diff --git a/pom.xml b/pom.xml
index 5be11566f..41f57c026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
1.5.0
1.18.30
- 3.2.2
+ 3.3.1
1.5.5.Final
UTF-8
diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml
index e0b844e4a..8b53f76f9 100644
--- a/yudao-dependencies/pom.xml
+++ b/yudao-dependencies/pom.xml
@@ -17,15 +17,15 @@
2.1.0-snapshot
1.5.0
- 3.2.2
+ 3.3.1
2.2.0
4.3.0
- 1.2.21
+ 1.2.23
3.5.5
3.5.5
- 4.3.0
+ 4.3.1
1.4.10
2.2.11
3.26.0
@@ -55,10 +55,8 @@
6.0.0-M10
3.3.3
2.3
- 1.0.5
1.2.83
33.0.0-jre
- 5.1.0
2.14.5
3.10.0
0.1.55
@@ -77,7 +75,6 @@
1.6.6-beta2
2.12.2
4.6.0
- 0.8.0
@@ -496,12 +493,6 @@
${guava.version}
-
- com.google.inject
- guice
- ${guice.version}
-
-
com.alibaba
transmittable-thread-local
diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml
index b62294cb6..38bb65de7 100644
--- a/yudao-server/src/main/resources/application.yaml
+++ b/yudao-server/src/main/resources/application.yaml
@@ -14,11 +14,6 @@ spring:
multipart:
max-file-size: 16MB # 单个文件大小
max-request-size: 32MB # 设置总上传的文件大小
- mvc:
- pathmatch:
- matching-strategy: ANT_PATH_MATCHER # 解决 SpringFox 与 SpringBoot 2.6.x 不兼容的问题,参见 SpringFoxHandlerProviderBeanPostProcessor 类
-# throw-exception-if-no-handler-found: true # 404 错误时抛出异常,方便统一处理
-# static-path-pattern: /static/** # 静态资源路径; 注意:如果不配置,则 throw-exception-if-no-handler-found 不生效!!! TODO 芋艿:不能配置,会导致 swagger 不生效
# Jackson 配置项
jackson: