The superclass javax.servlet.http.HttpServlet was not found 问题解决
生活随笔
收集整理的這篇文章主要介紹了
The superclass javax.servlet.http.HttpServlet was not found 问题解决
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
項目中報"?The superclass "javax.servlet.http.HttpServlet" was not found "這個錯誤,是因為缺少tomcat-servlet-api這個jar導致的
在pom中加上:
<dependency><groupId>org.apache.tomcat</groupId><artifactId>tomcat-servlet-api</artifactId><version>7.0.63</version> </dependency>這個依賴即可.
?
轉載于:https://www.cnblogs.com/onmyway20xx/p/7234042.html
總結
以上是生活随笔為你收集整理的The superclass javax.servlet.http.HttpServlet was not found 问题解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 树莓派3b配置耳机音频输出
- 下一篇: 关于Unity中水和雾的使用