Ver código fonte

更新国际服配置文件

xiewj 6 meses atrás
pai
commit
9b776351f9

+ 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#

+ 4 - 4
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,10 +29,10 @@ spring:
   servlet:
     multipart:
       enabled: true
-      max-file-size: 256MB
-      max-request-size: 256MB
+      max-file-size: 500MB
+      max-request-size: 500MB
 swagger:
   description: ${swagger.title}
   package: com.gis.web.controller
-  title: 全景看看-${spring.profiles.active}
+  title: 全锟斤拷锟斤拷锟斤拷-${spring.profiles.active}
   version: 1.3.0