Explorar o código

feat(初始化): 修改mybatisplus的版本

matianxiang hai 5 meses
pai
achega
11c19103f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -200,7 +200,7 @@
200 200
             <dependency>
201 201
                 <groupId>com.baomidou</groupId>
202 202
                 <artifactId>mybatis-plus-boot-starter</artifactId>
203
-                <version>3.5.6</version>
203
+                <version>3.5.1</version>
204 204
             </dependency>
205 205
 
206 206
             <!-- 定时任务-->