Spring Security 적용 중간 커밋

This commit is contained in:
roy-zz
2022-04-22 00:47:19 +09:00
parent c328697e65
commit 95ecd29673
19 changed files with 287 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
ext {
set('springCloudVersion', "2021.0.1")
set('springCloudVersion', "2020.0.5")
}
dependencies {