xiewj 6 tháng trước cách đây
mục cha
commit
8f2e9f95c0

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

@@ -21,5 +21,5 @@ spring:
     servlet:
         multipart:
             enabled: true
-            max-file-size: 256MB
-            max-request-size: 256MB
+            max-file-size: 512MB
+            max-request-size: 512MB

+ 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: 512MB
+      max-request-size: 512MB
 swagger:
   description: ${swagger.title}
   package: com.gis.web.controller
-  title: 全景看看-${spring.profiles.active}
+  title: 全锟斤拷锟斤拷锟斤拷-${spring.profiles.active}
   version: 1.3.0

+ 1 - 1
720yun_fd_manage/gis_service/src/main/java/com/gis/service/impl/FodderServiceImpl.java

@@ -146,7 +146,7 @@ public class FodderServiceImpl extends IBaseServiceImpl<FodderEntity, Long> impl
         try {
             if (type.equals("pano")) {
 
-                if ((size / 1024) >= 120) {
+                if ((size / 1024) >= 300) {
                     return Result.failure(ErrorEnum.FAILURE_CODE_3022.code(),"全景图文件不能超过120MB");
                 }