From 92872d0eb6b6ae767ad445ccb0b4e2903850c0ef Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Fri, 21 Feb 2025 13:40:27 +0900 Subject: [PATCH] =?UTF-8?q?war=20=EB=B9=8C=EB=93=9C=EB=A1=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 9a467ae..9f8bb2f 100644 --- a/build.gradle +++ b/build.gradle @@ -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'