添加mall-security模块,整合了JWT+SpringSecurity

This commit is contained in:
macro
2019-11-05 16:09:15 +08:00
parent a4902fe80a
commit 526aeb1125
29 changed files with 460 additions and 407 deletions

31
mall-security/.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/