首页 > 技术文章 > mustache,用{{}}获取值

byayn 2015-04-02 11:03 原文

 
 
{{}}是属于java mustache 
controller类设置保存对象值
在cars-common中有引入mustache.js,web再引入cars-common。jar包
 
<bean id="viewResolver" class="com.fw.cars.common.infra.web.context.mustache.MustacheViewResolver">

推荐阅读