jfnal框架 tomcat下 错误The absolute uri: http://java.sun.com/jsp/jstl/core

解决:
pom.xml 添加

    <dependency>
	<groupId>jstl</groupId>
         <artifactId>jstl</artifactId>
	<version>1.2</version>
  </dependency>
posted @ 2018-04-19 09:38  VVII  阅读(208)  评论(0)    收藏  举报