解決Maven新建webapp項目index.jsp報錯

第一種:直接在pom.xml文件中添加jar包支持 <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> </dependency> 添加完成之後ctrl+s保存一下,就會發現項目不報錯了! 第二種:添
相關文章
相關標籤/搜索