Browse Source

去掉错误依赖

= 7 years ago
parent
commit
32bbb92207
1 changed files with 1 additions and 2 deletions
  1. 1 2
      mybatis-plus/build.gradle

+ 1 - 2
mybatis-plus/build.gradle

@@ -1,5 +1,4 @@
 dependencies{
-    compile project(":mybatis-plus-support")
     compile project(":mybatis-plus-core")
     compile project(":mybatis-plus-generate")
-}
+}