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