Commit f5f12abf authored by yaobaizheng's avatar yaobaizheng

添加redis

parent a1041999
...@@ -101,7 +101,10 @@ ...@@ -101,7 +101,10 @@
<version>3.21.8</version> <version>3.21.8</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies> </dependencies>
......
...@@ -48,10 +48,6 @@ ...@@ -48,10 +48,6 @@
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.24</version> <version>1.18.24</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
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