Maven 项目 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 @ 2020-02-27 09:18  陈鹏昱Chen  阅读(43)  评论(0)    收藏  举报