Skip to content

Commit 805de2b

Browse files
committed
调整springsecurity
1 parent c5e1f3e commit 805de2b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

codingmore-security/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<version>1.0-SNAPSHOT</version>
3030
</dependency>
3131

32+
<dependency>
33+
<groupId>org.springframework.boot</groupId>
34+
<artifactId>spring-boot-starter-security</artifactId>
35+
</dependency>
36+
3237
</dependencies>
3338

3439
</project>

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@
7676
<groupId>org.springframework.boot</groupId>
7777
<artifactId>spring-boot-starter-cache</artifactId>
7878
</dependency>
79-
80-
<dependency>
81-
<groupId>org.springframework.boot</groupId>
82-
<artifactId>spring-boot-starter-security</artifactId>
83-
</dependency>
84-
8579

8680
<!--Spring Boot 整合 Redis-->
8781
<dependency>

0 commit comments

Comments
 (0)