I have Spring boot app running Java 11:
org.springframework.boot spring-boot-star
4条回答 天涯浪人 (楼主) 2021-01-11 15:18 You should set on the "application.properties" file: server.max-http-header-size=48000 48000 is an example of an excessive header, put whatever you want. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 自定义标题段落格式字体字号代码语言点击上传x 验证码 看不清? 提交回复
You should set on the "application.properties" file:
server.max-http-header-size=48000
48000 is an example of an excessive header, put whatever you want.
热议问题