From d4805a7c980a2c4b851b53368b8e2e8e8fee9c24 Mon Sep 17 00:00:00 2001 From: huangge1199 Date: Wed, 14 May 2025 09:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20MySQL=E9=A9=B1?= =?UTF-8?q?=E5=8A=A8=E3=80=81mybatis-plus=E3=80=81mybatis-plus=E5=88=86?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 0d5c05a..77f5e16 100644 --- a/pom.xml +++ b/pom.xml @@ -46,19 +46,50 @@ spring-boot-starter-test test + cn.hutool hutool-all 5.8.37 + com.github.xiaoymin knife4j-openapi3-jakarta-spring-boot-starter 4.4.0 + + + com.mysql + mysql-connector-j + runtime + + + + com.baomidou + mybatis-plus-spring-boot3-starter + 3.5.12 + + + + com.baomidou + mybatis-plus-jsqlparser + + + + + com.baomidou + mybatis-plus-bom + 3.5.12 + pom + import + + + +