Maven新建webapp项目index.jsp报错
Posted 1aha
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven新建webapp项目index.jsp报错相关的知识,希望对你有一定的参考价值。
直接在pom.xml文件中添加jar包支持
<dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> </dependency>
以上是关于Maven新建webapp项目index.jsp报错的主要内容,如果未能解决你的问题,请参考以下文章
使用maven创建的webapp自动设置了首页为index.jsp
Eclipse下Maven新建Web项目index.jsp报错完美解决(war包)