From a4d9b8dda7a2805bc9bcdc3164c4ab955df37fe7 Mon Sep 17 00:00:00 2001 From: hubin Date: Tue, 15 Oct 2024 09:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=9D=97=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=20bom=20=E7=AE=A1=E7=90=86=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybatis-plus-bom/build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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}"