Commit 5af6e7b7 by fengshuonan

修复新版本错误的引用

parent 3444fcbe
...@@ -84,12 +84,16 @@ ...@@ -84,12 +84,16 @@
<artifactId>ehcache</artifactId> <artifactId>ehcache</artifactId>
</dependency> </dependency>
<!-- 需要分布式session的话需要放开注释 <!--需要分布式session的话需要放开注释-->
<dependency> <!--<dependency>-->
<groupId>org.springframework.session</groupId> <!--<groupId>org.springframework.session</groupId>-->
<artifactId>spring-session</artifactId> <!--<artifactId>spring-session-data-redis</artifactId>-->
</dependency> <!--</dependency>-->
--> <!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
<!--</dependency>-->
<dependency> <dependency>
<groupId>com.github.penggle</groupId> <groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId> <artifactId>kaptcha</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment