윈도우 환경 요청 관리 에러 수정, README.md 반영
This commit is contained in:
@@ -2,23 +2,17 @@ plugins {
|
||||
id 'org.springframework.boot' version '2.7.16'
|
||||
id 'io.spring.dependency-management' version '1.1.3'
|
||||
id 'java'
|
||||
id 'war'
|
||||
// id "org.sonarqube" version "4.2.1.3168"
|
||||
}
|
||||
|
||||
bootJar.enabled = true
|
||||
jar.enabled = false
|
||||
|
||||
// WAS, 톰캣에 배포 시 BOOT 실행 요소 제거 배포
|
||||
bootWar.enabled = false
|
||||
war.enabled = true
|
||||
|
||||
group = 'com.eactive'
|
||||
version = '2.0.0'
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = 1.8
|
||||
|
||||
|
||||
configurations {
|
||||
annotationProcessor
|
||||
configureEach {
|
||||
|
||||
Reference in New Issue
Block a user