随笔分类 -  Velocity

摘要:Spring MVC整合Velocity,就要引入相关的包,需要导入的包如下图 pom引入: <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.6.2</v 阅读全文
posted @ 2016-08-26 13:44 费曼带我飞 阅读(226) 评论(0) 推荐(0)
摘要:一、基本语法 1、"#"用来标识Velocity的脚本语句,包括#set、#if 、#else、#end、#foreach、#end、#iinclude、#parse、#macro等;如:#if($info.imgs)<img src="$info.imgs" border=0>#else<img 阅读全文
posted @ 2016-08-25 10:57 费曼带我飞 阅读(249) 评论(0) 推荐(0)