Maven新建webapp项目index.jsp报错

直接在pom.xml文件中添加jar包支持

<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>javax.servlet-api</artifactId>
    <version>3.1.0</version>
</dependency>


posted @ 2018-11-12 08:48  1aha  阅读(98)  评论(0)    收藏  举报