Spring Security 적용
Spring 최신 버전으로 롤백
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user