Browse Source

feat(初始化): 修复jar漏洞

matianxiang 5 months ago
parent
commit
3b5aadf4c1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -196,6 +196,13 @@
196 196
                 <version>${kaptcha.version}</version>
197 197
             </dependency>
198 198
 
199
+            <!-- mybatis-plus 增强CRUD -->
200
+            <dependency>
201
+                <groupId>com.baomidou</groupId>
202
+                <artifactId>mybatis-plus-boot-starter</artifactId>
203
+                <version>3.5.6</version>
204
+            </dependency>
205
+
199 206
             <!-- 定时任务-->
200 207
             <dependency>
201 208
                 <groupId>com.eitc</groupId>