报错问题

<!-- 解决The superclass "javax.servlet.http.HttpServlet" was not  found on the Java Build Path -->
在pom.xml中配
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>

posted @ 2017-07-04 12:01  纯悦之影  阅读(81)  评论(0)    收藏  举报