STS +Maven 出现的问题,错误 解决办法汇总

1.pom.xml文件出错

https://blog.csdn.net/bushqiang/article/details/79764627


pom.xml第一行报错:org.apache.maven.archiver.mavenarchiver.getmanifest

https://www.cnblogs.com/QW-lzm/p/8847580.html


2.maven的web项目改成Servlet3.0

https://blog.csdn.net/bushqiang/article/details/79913701


3.maven项目新建后缺少目录

https://blog.csdn.net/bushqiang/article/details/79633169

还是不行,就在目录下新建文件,我缺少的是resources,到项目下路径里新建



4..jsp文件出现 javax.servlet.http.HttpServlet was not found on the Java Build Path错误

https://www.cnblogs.com/achengmu/p/8082457.html


maven的web项目改成Servlet3.0

你可能感兴趣的:(STS +Maven 出现的问题,错误 解决办法汇总)