码迷,mamicode.com
首页 > Web开发 > 详细

maven中使用jstl

时间:2016-09-07 12:39:26      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

在pom.xml文件下面增加如下的依赖包:

<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>

 

在用到jstl的页面上增加下面一段话。

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

 

maven中使用jstl

标签:

原文地址:http://www.cnblogs.com/mafangfang/p/5848876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!