0.9.0 增加JWT和Spring Security保证安全

This commit is contained in:
2021-04-06 21:53:29 +08:00
parent c1d2359ef3
commit 3ea9b815b8
13 changed files with 287 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ allprojects {
subprojects {
ext {
version '0.8.0'
version '0.9.0'
spring_version = "2.3.0.RELEASE"
}