Commit 0bb15f5a by 张宗强

update

parent 5586c0ca
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
http: http:
multipart: multipart:
enabled: true enabled: true
file-size-threshold: 10MB file-size-threshold: 100MB
max-file-size: 1000MB max-file-size: 1000MB
max-request-size: 1000MB max-request-size: 1000MB
encoding: encoding:
......
...@@ -18,7 +18,12 @@ spring: ...@@ -18,7 +18,12 @@ spring:
charset: UTF-8 charset: UTF-8
enabled: true enabled: true
force: true force: true
multipart:
enabled: true
file-size-threshold: 100MB
max-file-size: 1000MB
max-request-size: 1000MB
zuul: zuul:
servlet-path: /zuul servlet-path: /zuul
ignoredServices: '*' ignoredServices: '*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment