框架架构: springboot+hibernate+freemarker+ueditor, tomcat内嵌在springboot里面,由于是内嵌,用ueditor上传图片,tomcat默认上传为1M,所以上传大图片就会报错. 报错为: nested exception is org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested except…