瀏覽代碼

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

matianxiang 5 月之前
父節點
當前提交
11c19103f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
             <!-- 定时任务-->