Browse Source

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

matianxiang 5 months ago
parent
commit
11c19103f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

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