本文主要是介绍异常 - Cannot find the tag library descriptor for /struts-tags,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
导入项目:
jsp:<%@ taglib prefix="s" uri="/struts-tags" %>
解决:
pom加:
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.16.3</version>
</dependency>
参考:
https://blog.csdn.net/ncepuzhuang/article/details/7924203
这篇关于异常 - Cannot find the tag library descriptor for /struts-tags的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!