This commit is contained in:
thinkgem
2021-12-03 21:35:11 +08:00
parent f195e1f120
commit da54dbfe41
20 changed files with 27662 additions and 5 deletions

View File

@@ -65,12 +65,12 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<!-- H2 DB -->
<!-- H2 DB
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
</dependency> -->
<!-- Common -->
<dependency>