war 빌드로 설정
Some checks failed
LOCALNET-DEV/pipeline/head There was a failure building this commit

This commit is contained in:
nevermoregb 2025-02-21 13:40:27 +09:00
parent 790d73db8d
commit 92872d0eb6

View File

@ -2,6 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version "${springBootVersion}"
id 'io.spring.dependency-management' version "${springDependencyManagementVersion}"
id 'war'
}
group = "${projectGroup}"
@ -77,6 +78,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure'
/*implementation 'org.springframework.boot:spring-boot-starter-batch'*/
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
/** spring-boot-starter-security */
implementation 'org.springframework.boot:spring-boot-starter-security'