TRX 1 anno fa
parent
commit
91ca337f8a
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      FullCardServer/src/main/resources/application-dev.yml

+ 5 - 0
FullCardServer/src/main/resources/application-dev.yml

@@ -1,4 +1,8 @@
 spring:
+  servlet:
+    multipart:
+      max-file-size: 50MB
+      max-request-size: 50MB
   cloud:
     inetutils:
       preferred-networks:
@@ -45,6 +49,7 @@ swechat:
 gateWay:
   host: http://172.24.50.53:8080
 
+
 # 是否开启openAPI签名验证
 openapi:
   initRegister: false