调整配置文件

This commit is contained in:
wanggeng 2021-11-30 14:56:44 +08:00
parent 236effbc40
commit 730578dae1

18
pom.xml
View File

@ -69,10 +69,10 @@
<!-- redis end -->
<!-- session share start -->
<!-- <dependency>-->
<!-- <groupId>org.springframework.session</groupId>-->
<!-- <artifactId>spring-session-data-redis</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<!-- session share end -->
<dependency>
@ -147,11 +147,11 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>ink.wgink</groupId>-->
<!-- <artifactId>redis-cache</artifactId>-->
<!-- <version>1.0-SNAPSHOT</version>-->
<!-- </dependency>-->
<dependency>
<groupId>ink.wgink</groupId>
<artifactId>redis-cache</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>