Can not find the tag library descriptor for “http://java.sun.com/jstl/core”的解决方法

JSTL taglib需要jstl.jar包依赖,低版本的jstl.jar需要其他的jar包

<dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version> </dependency>

发布了49 篇原创文章 · 获赞 3 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/shen251515338/article/details/102782054