Browse Source

fix: 登录页面报错问题

master
ls 1 month ago
parent
commit
4d907a3d02
  1. 5
      base-fast/pom.xml

5
base-fast/pom.xml

@ -54,10 +54,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>

Loading…
Cancel
Save