bc_zhang 3 سال پیش
والد
کامیت
2540f13df1
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 3 3
      src/main/resources/application-dev.yml
  2. 3 3
      src/main/resources/application-prod.yml

+ 3 - 3
src/main/resources/application-dev.yml

@@ -109,12 +109,12 @@ spring:
     static-path-pattern: /**
   servlet:
     multipart:
-      max-file-size: 50MB
-      max-request-size: 50MB
+      max-file-size: 200MB
+      max-request-size: 200MB
 server:
   port: 11083
   tomcat:
-    max-swallow-size: 50MB
+    max-swallow-size: 200MB
 mybatis:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

+ 3 - 3
src/main/resources/application-prod.yml

@@ -109,12 +109,12 @@ spring:
     static-path-pattern: /**
   servlet:
     multipart:
-      max-file-size: 50MB
-      max-request-size: 50MB
+      max-file-size: 200MB
+      max-request-size: 200MB
 server:
   port: 11083
   tomcat:
-    max-swallow-size: 50MB
+    max-swallow-size: 200MB
 mybatis:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl