javax.servlet.http.HttpServletResponse.setContentLengthLong(J)V
报错问题:
原因:pom.xml文件中spring-webmvc版本过高
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.3.14</version>
<!-- <version>5.2.9.RELEASE</version>-->
</dependency>
修改方案:改为注释的版本即可