|
@@ -4,7 +4,7 @@ compileJava {
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
api project(":mybatis-plus")
|
|
api project(":mybatis-plus")
|
|
- api "org.mybatis:mybatis-spring:3.0.4"
|
|
|
|
|
|
+ api "org.mybatis:mybatis-spring:3.0.5"
|
|
api project(":spring-boot-starter:mybatis-plus-spring-boot-autoconfigure")
|
|
api project(":spring-boot-starter:mybatis-plus-spring-boot-autoconfigure")
|
|
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBoot3Version}")
|
|
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBoot3Version}")
|
|
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor:${springBoot3Version}"
|
|
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor:${springBoot3Version}"
|