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'