Browse Source

Merge remote-tracking branch 'refs/remotes/origin/test-1.7.0-20240403' into dev-1.8.0-20241128

# Conflicts:
#	720yun_fd_manage/gis_application/src/main/resources/application.yml
xiewj 6 months ago
parent
commit
474bd053eb

+ 2 - 2
720yun_fd_consumer/gis_consumer/src/main/resources/application.yml

@@ -21,8 +21,8 @@ spring:
     servlet:
         multipart:
             enabled: true
-            max-file-size: 256MB
-            max-request-size: 256MB
+            max-file-size: 500MB
+            max-request-size: 500MB
 redis:
     token:
         prefix: token#

+ 3 - 3
720yun_fd_manage/gis_application/src/main/resources/application.yml

@@ -20,7 +20,7 @@ server:
   servlet:
     context-path: /qjkankan
   tomcat:
-    max-http-form-post-size: 100MB
+    max-http-form-post-size: 500MB
 spring:
   profiles:
     active: locSit
@@ -29,8 +29,8 @@ spring:
   servlet:
     multipart:
       enabled: true
-      max-file-size: 256MB
-      max-request-size: 256MB
+      max-file-size: 500MB
+      max-request-size: 500MB
 swagger:
   # 是否开启swagger
   enabled: true