使用maven构建第一个web项目
摘要:
在eclipse中,正常创建maven项目后,发现在index.jsp中会报错,此时在pom.xml中加入如下依赖关系即可 1 <dependency> 2 <groupId>javax.servlet</groupId> 3 <artifactId>javax.servlet-api</artif 阅读全文
posted @ 2017-09-05 18:03 二十年后20 阅读(222) 评论(0) 推荐(0)