新增模块加入 bom 管理版本

This commit is contained in:
hubin 2024-10-15 09:16:29 +08:00
parent e8c003994f
commit a4d9b8dda7

View File

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