윈도우 환경 요청 관리 에러 수정, README.md 반영

This commit is contained in:
현성필
2023-11-07 13:30:48 +09:00
parent 76383e8e5f
commit 8eae737de0
4 changed files with 54 additions and 10 deletions
-6
View File
@@ -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 {