jsp 中JSTL遇到的报错异常

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

我直接通过library 添加依赖包反而 依然不行,直到 搜了下百度 ,用了下面这个办法 就成功了

原文地址:https://www.cnblogs.com/czy16/p/9265955.html