From 8d65ab76dab1d4c4b07391780a219c9c6323548f Mon Sep 17 00:00:00 2001
From: GPU is all you need <2778335106@qq.com>
Date: Tue, 19 Apr 2022 23:14:52 +0800
Subject: [PATCH] =?UTF-8?q?2022/3/21=20=E6=B7=BB=E5=8A=A0=E4=BA=86hutools,?=
=?UTF-8?q?apache-lang3=E5=B7=A5=E5=85=B7=E5=8C=85,=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E4=BA=86cglib=E7=9A=84=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
awardBE/pom.xml | 58 ++++++++++++++++++++++++++++++++++---------------
1 file changed, 41 insertions(+), 17 deletions(-)
diff --git a/awardBE/pom.xml b/awardBE/pom.xml
index 714ba59..9a29e2f 100644
--- a/awardBE/pom.xml
+++ b/awardBE/pom.xml
@@ -21,10 +21,16 @@
org.springframework.boot
spring-boot-starter-web
+
+
+ org.apache.commons
+ commons-lang3
+ 3.12.0
+
org.mybatis.spring.boot
mybatis-spring-boot-starter
- 2.2.0
+ 2.1.3
org.springframework.boot
@@ -58,12 +64,29 @@
mybatis-spring-boot-starter
2.1.3
+
+
+ cn.hutool
+ hutool-all
+ 5.7.9
+
+
+
+ cglib
+ cglib
+ 3.3.0
+
com.baomidou
mybatis-plus-boot-starter
3.3.2
+
+ com.baomidou
+ mybatis-plus-extension
+ 3.5.1
+
com.baomidou
mybatis-plus-generator
@@ -112,23 +135,23 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
com.spring4all
swagger-spring-boot-starter
@@ -152,6 +175,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ 2.6.1