0
点赞
收藏
分享

微信扫一扫

springboot jstl


1.不正确引入springboot 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
2.在pom.xml中添加jstl的依赖包即可

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


3.更新maven即可

举报

相关推荐

JSTL

09JSTL-1. JSTL简介

jstl笔记

JSTL 前言

JSP—— JSTL

JSTL标签

0 条评论