Commit 07d6bae1 by 张宗强

update config

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