|
@@ -5,7 +5,11 @@ dependencies {
|
|
api project(":mybatis-plus")
|
|
api project(":mybatis-plus")
|
|
implementation(enforcedPlatform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}" as String))
|
|
implementation(enforcedPlatform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}" as String))
|
|
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}"
|
|
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}"
|
|
|
|
+ annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor:${springBootVersion}"
|
|
api 'org.springframework.boot:spring-boot-autoconfigure'
|
|
api 'org.springframework.boot:spring-boot-autoconfigure'
|
|
api 'org.springframework.boot:spring-boot-starter-jdbc'
|
|
api 'org.springframework.boot:spring-boot-starter-jdbc'
|
|
implementation 'org.springframework.boot:spring-boot-configuration-processor'
|
|
implementation 'org.springframework.boot:spring-boot-configuration-processor'
|
|
|
|
+ implementation 'org.springframework.boot:spring-boot-autoconfigure-processor'
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+compileJava.dependsOn(processResources)
|