From 75cb83077524ae7f43ae87268b1e8a61ccd5cdf1 Mon Sep 17 00:00:00 2001 From: Lim Jonguk Date: Tue, 8 Feb 2022 18:44:27 +0900 Subject: [PATCH] =?UTF-8?q?build=20:=20=EB=B0=B0=ED=8F=AC=EB=A5=BC=20?= =?UTF-8?q?=EC=9C=84=ED=95=9C=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++++ src/main/resources/config/application.yml | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2b476c3..96ae29c 100644 --- a/build.gradle +++ b/build.gradle @@ -261,6 +261,10 @@ dependencies { providedCompile 'org.springframework.boot:spring-boot-starter-tomcat' //-----------------------------------------------------------------------------------// + //-----------------------------------------------------------------------------------// + // Deployment environment : war 배포를 위한 내장 톰캣 추가 + //-----------------------------------------------------------------------------------// + providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml index d9ce3ac..d93af4d 100644 --- a/src/main/resources/config/application.yml +++ b/src/main/resources/config/application.yml @@ -256,6 +256,4 @@ server: whitelabel: enabled: true tomcat: - basedir: . - - + basedir: . \ No newline at end of file