소스 검색

新增模块加入 bom 管理版本

hubin 6 달 전
부모
커밋
a4d9b8dda7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      mybatis-plus-bom/build.gradle

+ 2 - 0
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}"