From 5df6181cfb11ef12d9376ed39bfa115f519fdc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 10 Jun 2022 11:46:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=BC=96=E8=AF=91=E8=BF=90=E8=A1=8C=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=20JdbcType=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 +++++++ ruoyi-common/ruoyi-common-core/pom.xml | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 50348778..ef8021a8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 2021.0.3 2.6.7 2.2.2 + 3.5.10 1.5.22 3.5.2 3.9.1 @@ -153,6 +154,12 @@ ${spring-boot.mybatis} + + org.mybatis + mybatis + ${mybatis.version} + + com.github.xiaoymin knife4j-micro-spring-boot-starter diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index f7f87575..05d8ce26 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -34,6 +34,11 @@ mybatis-plus-annotation + + org.mybatis + mybatis + + org.springframework.boot