|
|
@ -261,6 +261,10 @@ dependencies {
|
|
|
|
providedCompile 'org.springframework.boot:spring-boot-starter-tomcat'
|
|
|
|
providedCompile 'org.springframework.boot:spring-boot-starter-tomcat'
|
|
|
|
//-----------------------------------------------------------------------------------//
|
|
|
|
//-----------------------------------------------------------------------------------//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//-----------------------------------------------------------------------------------//
|
|
|
|
|
|
|
|
// Deployment environment : war 배포를 위한 내장 톰캣 추가
|
|
|
|
|
|
|
|
//-----------------------------------------------------------------------------------//
|
|
|
|
|
|
|
|
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|