소스 검색

maxfliesize

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