springboot项目设置post参数限制
server:
tomcat:
uri-encoding: UTF-8
max-threads: 1000
min-spare-threads: 30
max-http-post-size: -1
max-http-post-size: -1 设置负数 代表不限制参数字符串大小
server:
tomcat:
uri-encoding: UTF-8
max-threads: 1000
min-spare-threads: 30
max-http-post-size: -1
max-http-post-size: -1 设置负数 代表不限制参数字符串大小