Kaynağa Gözat

fix 修复 部分用户编译运行缺失 JdbcType 问题

疯狂的狮子li 4 yıl önce
ebeveyn
işleme
5df6181cfb
2 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. 7 0
      pom.xml
  2. 5 0
      ruoyi-common/ruoyi-common-core/pom.xml

+ 7 - 0
pom.xml

@@ -21,6 +21,7 @@
         <spring-cloud.version>2021.0.3</spring-cloud.version>
         <spring-boot-admin.version>2.6.7</spring-boot-admin.version>
         <spring-boot.mybatis>2.2.2</spring-boot.mybatis>
+        <mybatis.version>3.5.10</mybatis.version>
         <swagger.core.version>1.5.22</swagger.core.version>
         <mybatis-plus.version>3.5.2</mybatis-plus.version>
         <p6spy.version>3.9.1</p6spy.version>
@@ -153,6 +154,12 @@
                 <version>${spring-boot.mybatis}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.mybatis</groupId>
+                <artifactId>mybatis</artifactId>
+                <version>${mybatis.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>com.github.xiaoymin</groupId>
                 <artifactId>knife4j-micro-spring-boot-starter</artifactId>

+ 5 - 0
ruoyi-common/ruoyi-common-core/pom.xml

@@ -34,6 +34,11 @@
             <artifactId>mybatis-plus-annotation</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.mybatis</groupId>
+            <artifactId>mybatis</artifactId>
+        </dependency>
+
         <!-- Hibernate Validator -->
         <dependency>
             <groupId>org.springframework.boot</groupId>