您的位置:首页 > 其它

freemarker 数字过长去掉逗号

2017-08-28 11:45 736 查看
#模板引擎
freemarker:
#关闭缓存
cache: false
#获得request
request-context-attribute: ctx
#模板加载的位置
template-loader-path: classpath:/templates

#前缀
#suffix: .htm
#后缀
#prefix: /htm/
#是否优先从文件系统加载模板以支持热加载,默认为true
prefer-file-system-access: false
settings:
      auto_import: /ui-all.ftl as ui
#去掉长数字的逗号
number_format: 0.##
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: