摘要:
Spring V4.1以后的版本在不支持Servlet3.0的应用服务器上跑时会报如下错误:NoSuchMethodError: javax.servlet.http.HttpServletResponse.getStatus()I解决办法:更换spring的版本,或者更换tomcat的版本,使用t... 阅读全文
摘要:
项目移除原来的jre环境lib后,添加本地的jre,报错如下:Java compiler level does not match the version of the installed Java project facet.问题就出在切换了java版本上: 在项目的properties中,mye... 阅读全文