application.properties 配置文件添加:
server.undertow.max-parameters = 10000
后边数字根据实际情况设置。

查看详情
https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html
版权声明:本文为WZY_snail原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
application.properties 配置文件添加:
server.undertow.max-parameters = 10000
后边数字根据实际情况设置。

查看详情
https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html