refactory
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
//file:noinspection GrUnresolvedAccess
|
||||
apply plugin: 'org.springframework.boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
dependencies {
|
||||
implementation(project(':mirror-app'))
|
||||
implementation(project(':mirror-core'))
|
||||
|
||||
annotationProcessor('org.springframework.boot:spring-boot-configuration-processor')
|
||||
implementation('org.springframework.boot:spring-boot-starter-web')
|
||||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:${springBootVerson}")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVerson}")
|
||||
implementation("org.springframework.boot:spring-boot-starter-freemarker:${springBootVerson}")
|
||||
}
|
||||
|
||||
tasks.named('compileJava') {
|
||||
|
||||
Reference in New Issue
Block a user