Maven WebApp 報錯: Can not find the tag library descriptor

在Eclipse內創建maven項目時,項目中的jsp文件可能會有如下錯誤     這種情況是由於沒有加入jstl和taglib的dependency,只要在pom文件中加入響應的依賴就可以了 如下   <dependency> <groupId>javax.servlet.jsp.jstl</groupId> <artifactId>javax.servlet.jsp.jstl-api
相關文章
相關標籤/搜索