Kaynağa Gözat

max-file-size

bc_zhang 4 yıl önce
ebeveyn
işleme
f56ce0d859
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      src/main/resources/application-dev.yml

+ 6 - 0
src/main/resources/application-dev.yml

@@ -94,8 +94,14 @@ spring:
     sourcePath: d:\sourcefm
   mvc:
     static-path-pattern: /**
+  servlet:
+    multipart:
+      max-file-size: 50MB
+      max-request-size: 50MB
 server:
   port: 11083
+  tomcat:
+    max-swallow-size: 50MB
 mybatis:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl