|
@@ -1,7 +1,5 @@
|
|
|
dependencies {
|
|
|
- compile project(":mybatis-plus-core")
|
|
|
- compile project(":mybatis-plus-support")
|
|
|
- optional project(":mybatis-plus-generate")
|
|
|
+ compile project(":mybatis-plus")
|
|
|
compile rootProject.ext.dependencies["springboot-autoconfigure"]
|
|
|
compile rootProject.ext.dependencies["springboot-starter-jdbc"]
|
|
|
compileOnly rootProject.ext.dependencies["springboot-configuration-processor"]
|