maven建web项目index.jsp报错

1.在pom.xml中加入代码

<dependency>
    <groupId>javax.servletgroupId>
    <artifactId>javax.servlet-apiartifactId>
    <version>3.1.0version>
dependency>
2.添加tomcat

项目(右键)-->build path--->Configure Build Path--->Libraries--->Add Library--->Server Runtime--->选中添加的tomcat--->finished

你可能感兴趣的:(maven建web项目index.jsp报错)