!25 新增h2数据库sql文件

Merge pull request !25 from DHB/master
pull/55/head
小诺 2021-10-14 09:37:43 +00:00 committed by Gitee
commit 3d84034d83
2 changed files with 1102 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,12 @@
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
</dependency>--> </dependency>-->
<!-- h2 -->
<!-- <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>-->
<!-- redis,使用jedis客户端排除lettuce --> <!-- redis,使用jedis客户端排除lettuce -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>