博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
springboot中velocity格式化timestamp
阅读量:5780 次
发布时间:2019-06-18

本文共 410 字,大约阅读时间需要 1 分钟。

toolbox.xml

date
application
org.apache.velocity.tools.generic.DateTool

vm中引用

$!date.format($!log.timestamp)

配置toolbox的位置

spring:  velocity:    charset: UTF-8    properties:      input:        encoding: UTF-8      output:        encoding: UTF-8    toolbox-config-location: toolbox.xml

docs

转载地址:http://qouyx.baihongyu.com/

你可能感兴趣的文章
nginx中配置文件的讲解
查看>>
HTTP库Axios
查看>>
CentOS7下安装python-pip
查看>>
陀螺仪主要性能指标
查看>>
gen already exists but is not a source folder. Convert to a source folder or rename it 的解决办法...
查看>>
20个Linux服务器性能调优技巧
查看>>
填坑记:Uncaught RangeError: Maximum call stack size exceeded
查看>>
SpringCloud之消息总线(Spring Cloud Bus)(八)
查看>>
实时编辑
查看>>
KVO原理分析及使用进阶
查看>>
【348天】每日项目总结系列086(2018.01.19)
查看>>
【294天】我爱刷题系列053(2017.11.26)
查看>>
Microsoft发布了Azure Bot Service和LUIS的GA版
查看>>
Google发布Puppeteer 1.0
查看>>
.NET开源现状
查看>>
可替换元素和非可替换元素
查看>>
2016/08/25 The Secret Assumption of Agile
查看>>
(Portal 开发读书笔记)Portlet间交互-PortletSession
查看>>
搭建vsftpd服务器,使用匿名账户登入
查看>>
JAVA中循环删除list中元素的方法总结
查看>>