Commit 07d6bae1 by 张宗强

update config

parent f879be80
......@@ -11,6 +11,8 @@ spring:
password:
http:
multipart:
enabled: true
file-size-threshold: 10MB
max-file-size: 1000MB
max-request-size: 1000MB
jackson:
......
......@@ -14,10 +14,15 @@ spring:
sampler:
percentage: 0.5
http:
encoding:
charset: UTF-8
enabled: true
force: true
multipart:
enabled: true
file-size-threshold: 10MB
max-file-size: 1000MB
max-request-size: 1000MB
encoding:
charset: UTF-8
enabled: true
force: true
zuul:
servlet-path: /zuul
......
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