Explorar el Código

升级mybatis到最新版3.5.6 阻止远程代码执行漏洞

RuoYi hace 4 años
padre
commit
ec7f306a45
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -23,6 +23,7 @@
         <bitwalker.version>1.21</bitwalker.version>
         <kaptcha.version>2.3.2</kaptcha.version>
         <swagger.version>2.9.2</swagger.version>
+        <mybatis-spring-boot.version>2.1.4</mybatis-spring-boot.version>
         <pagehelper.boot.version>1.3.0</pagehelper.boot.version>
         <fastjson.version>1.2.75</fastjson.version>
         <oshi.version>5.6.0</oshi.version>
@@ -94,6 +95,13 @@
                 <artifactId>UserAgentUtils</artifactId>
                 <version>${bitwalker.version}</version>
             </dependency>
+            
+            <!-- SpringBoot集成mybatis框架 -->
+            <dependency>
+                <groupId>org.mybatis.spring.boot</groupId>
+                <artifactId>mybatis-spring-boot-starter</artifactId>
+                <version>${mybatis-spring-boot.version}</version>
+            </dependency>
 
             <!-- pagehelper 分页插件 -->
             <dependency>