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
IDEA maven项目中的module模块中使用jstl标签遇到的问题
问题:代码中没有报错,也在依赖中添加了相关jar包,排查后发现在Project Structure中选中出问题的module后Problems项中出现了几个问题,错误信息是我依赖的jar包丢失(具体什么原因还不知道),然后根据提示点fix消除问题后,重新添加依赖后项目就能正常运行了,下面就是怎么添加依赖项的流程
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"