본문 바로가기

Server Dev

Spring Boot War Jar Gradle 설정

Jar 설정시.

compile('org.springframework.boot:spring-boot-starter-tomcat')


War 설정시.

provided('org.springframework.boot:spring-boot-starter-tomcat')