Spring Security 적용

Spring 최신 버전으로 롤백
This commit is contained in:
roy-zz
2022-04-22 01:08:58 +09:00
parent 95ecd29673
commit 65da5e001e
10 changed files with 14 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.2'
id 'org.springframework.boot' version '2.6.6'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}
@@ -25,4 +25,8 @@ allprojects {
jar {
enabled(false)
}
ext {
set('springCloudVersion', "2021.0.1")
}
}