diff --git a/mybatis-plus-bom/build.gradle b/mybatis-plus-bom/build.gradle index c7d69578a..767d46203 100644 --- a/mybatis-plus-bom/build.gradle +++ b/mybatis-plus-bom/build.gradle @@ -16,6 +16,8 @@ dependencyManagement { dependency "com.baomidou:mybatis-plus-core:${APP_VERSION}" dependency "com.baomidou:mybatis-plus-extension:${APP_VERSION}" dependency "com.baomidou:mybatis-plus-generator:${APP_VERSION}" + dependency "com.baomidou:mybatis-plus-solon-plugin:${APP_VERSION}" + dependency "com.baomidou:mybatis-plus-spring:${APP_VERSION}" dependency "com.baomidou:mybatis-plus-boot-starter:${APP_VERSION}" dependency "com.baomidou:mybatis-plus-boot-starter-test:${APP_VERSION}" dependency "com.baomidou:mybatis-plus-spring-boot-autoconfigure:${APP_VERSION}"