mall-portal登录改用jwt

This commit is contained in:
macro
2019-11-10 10:43:31 +08:00
parent cfaadb201b
commit 287276c2fa
6 changed files with 103 additions and 115 deletions

View File

@@ -30,8 +30,8 @@
<artifactId>mall-mbg</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<groupId>com.macro.mall</groupId>
<artifactId>mall-security</artifactId>
</dependency>
<!--mongodb依赖配置-->
<dependency>