diff --git a/qieziBackend/pom.xml b/qieziBackend/pom.xml
index e3b1dd5..a3ddb65 100644
--- a/qieziBackend/pom.xml
+++ b/qieziBackend/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.3
+ 2.7.18
com.fanxb
@@ -30,10 +30,12 @@
org.springframework.boot
spring-boot-starter-web
+
+
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
- 2.2.2
+ com.baomidou
+ mybatis-plus-boot-starter
+ 3.5.5
com.squareup.okhttp3
@@ -48,13 +50,15 @@
com.alibaba
fastjson
- 1.2.79
+ 2.0.9.graal
+
+
mysql
mysql-connector-java
- runtime
+ 8.0.33
org.projectlombok
@@ -71,14 +75,14 @@
cn.hutool
hutool-all
- 5.7.21
+ 5.8.25
com.alibaba
easyexcel
- 3.1.3
+ 3.3.4
diff --git a/qieziBackend/src/main/resources/application.yml b/qieziBackend/src/main/resources/application.yml
index e7e7354..ab2c38a 100644
--- a/qieziBackend/src/main/resources/application.yml
+++ b/qieziBackend/src/main/resources/application.yml
@@ -40,7 +40,7 @@ spring:
url: jdbc:mysql://localhost:3306/qiezi?useUnicode=true&characterEncoding=utf-8&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
hikari:
maximum-pool-size: 10
-mybatis:
+mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# classpath后面加*,值里面的*才起作用
diff --git a/qiezi_front/src/views/download/index.vue b/qiezi_front/src/views/download/index.vue
index 82ce524..dd46cc9 100644
--- a/qiezi_front/src/views/download/index.vue
+++ b/qiezi_front/src/views/download/index.vue
@@ -11,7 +11,7 @@
下载
- download
+ download