学习写代码呀

导航

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar报错

缺少jstl依赖解析xml文件,报错jaspException

添加依赖如下:

<dependency>  
            <groupId>jstl</groupId>  
            <artifactId>jstl</artifactId>  
            <version>1.2</version>  
   </dependency>

posted on 2019-01-18 16:15  学习写代码呀  阅读(143)  评论(0编辑  收藏  举报