去除RedisStarter冗余依赖

This commit is contained in:
hhf
2023-07-08 22:34:04 +08:00
parent 911042745d
commit 6823d4df1d

View File

@@ -91,10 +91,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>