Просмотр исходного кода

Merge branch '3.0' of https://github.com/baomidou/mybatis-plus into github3.0

hubin 7 месяцев назад
Родитель
Сommit
8376d1b19a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mybatis-plus-generator/build.gradle

+ 1 - 0
mybatis-plus-generator/build.gradle

@@ -1,5 +1,6 @@
 dependencies {
     implementation project(":mybatis-plus-extension")
+    implementation project(":mybatis-plus-spring")
     implementation "${lib.velocity}"
     implementation "${lib.freemarker}"
     implementation "${lib.beetl}"