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 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
             <!-- 定时任务-->