This commit is contained in:
parent
790d73db8d
commit
92872d0eb6
@ -2,6 +2,7 @@ plugins {
|
|||||||
id 'java'
|
id 'java'
|
||||||
id 'org.springframework.boot' version "${springBootVersion}"
|
id 'org.springframework.boot' version "${springBootVersion}"
|
||||||
id 'io.spring.dependency-management' version "${springDependencyManagementVersion}"
|
id 'io.spring.dependency-management' version "${springDependencyManagementVersion}"
|
||||||
|
id 'war'
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "${projectGroup}"
|
group = "${projectGroup}"
|
||||||
@ -77,6 +78,7 @@ dependencies {
|
|||||||
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure'
|
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure'
|
||||||
/*implementation 'org.springframework.boot:spring-boot-starter-batch'*/
|
/*implementation 'org.springframework.boot:spring-boot-starter-batch'*/
|
||||||
|
|
||||||
|
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
|
||||||
|
|
||||||
/** spring-boot-starter-security */
|
/** spring-boot-starter-security */
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user