mirror of https://gitee.com/xiaonuobase/snowy
commit
3d84034d83
File diff suppressed because it is too large
Load Diff
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue