We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e1f3e commit 805de2bCopy full SHA for 805de2b
codingmore-security/pom.xml
@@ -29,6 +29,11 @@
29
<version>1.0-SNAPSHOT</version>
30
</dependency>
31
32
+ <dependency>
33
+ <groupId>org.springframework.boot</groupId>
34
+ <artifactId>spring-boot-starter-security</artifactId>
35
+ </dependency>
36
+
37
</dependencies>
38
39
</project>
pom.xml
@@ -76,12 +76,6 @@
76
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-cache</artifactId>
78
79
-
80
- <dependency>
81
- <groupId>org.springframework.boot</groupId>
82
- <artifactId>spring-boot-starter-security</artifactId>
83
- </dependency>
84
85
86
<!--Spring Boot 整合 Redis-->
87
<dependency>
0 commit comments