转载: http://wenda.so.com/q/1365963640069173?src=140 解决方法: problems窗口查看到下面错误java compiler level does not match the version of the installed java project 将java升到1.8…
maven新建web项目提示The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 在pom.xml中添加下面代码来下载servlet-api: <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId>…