= před 7 roky
rodič
revize
1b4ea5d565
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      mybatis-plus-boot-starter/build.gradle

+ 1 - 3
mybatis-plus-boot-starter/build.gradle

@@ -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"]