ajax请求传base64太大,springboot后台无法接收 。具体体现形式:对应属性值为null

在 application.yml中添加:

 

server:
  tomcat:
    max-http-post-size: -1
 

即可

 

相关文章: