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

mac2022-10-04  35

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

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

最新回复(0)