maven项目中出现java.lang.ClassNotFoundException: javax.servlet.jsp.jstl.core.LoopTag

解决方案:

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

猜你喜欢

转载自blog.csdn.net/stronghyq/article/details/79888077
今日推荐