当前位置:网站首页>json date时间日期格式化
json date时间日期格式化
2022-04-23 14:08:00 【阿闰】
常用的三种日期格式化的注解解释如下:
//入参格式化注解
@DateTimeFormat(pattern=”yyyy-MM-dd HH:mm:ss”)
//出餐格式化注解
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JSONField(format = "yyyy-MM-dd HH:mm:ss") //建议这种
由于@RequestBody注解先将json字符串转换成对应的Vo对象,Vo对象中的字段上添加的注解再生效,@DateTimeFormat只是做格式化,无法做格式校验。
版权声明
本文为[阿闰]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wasd986523/article/details/122127782
边栏推荐
猜你喜欢

Some experience of using dialogfragment and anti stepping pit experience (getactivity and getdialog are empty, cancelable is invalid, etc.)

Call wechat customer service applet

PySide2

VMware installation 64 bit XP Chinese tutorial

连接公司跳板机取别名

Three point positioning based on ibeacons (wechat applet)

政务云迁移实践 北明数科使用HyperMotion云迁移产品为某政府单位实施上云迁移项目,15天内完成近百套主机迁移

帆软中需要设置合计值为0时,一整行都不显示的解决办法

redis数据库讲解二(redis高可用、持久化、性能管理)

Storage path of mod subscribed by starbound Creative Workshop at Star boundary
随机推荐
findstr不是内部或外部命令解决方法
squid代理
关于密匙传递的安全性和数字签名
Subscription number development of wechat applet (message push)
RecyclerView进阶使用-实现仿支付宝菜单编辑页面拖拽功能
DeepinV20安装Mariadb
Some good articles on pthread multithreading
pthread_ Why does self() repeat
RecyclerView细节研究-RecyclerView点击错位问题的探讨与修复
帆软之单元格部分字体变颜色
帆软报表设置单元格填报以及根据值的大小进行排名方法
Understand the concepts of virtual base class, virtual function and pure virtual function (turn)
sql中出现一个变态问题
void*是怎样的存在?
利用json-server在本地创建服务器请求
Jmeter安装教程以及我遇到的问题的解决办法
Call wechat customer service applet
VMware Workstation 无法连接到虚拟机。系统找不到指定的文件
帆软中使用if else 进行判断-使用标题条件进行判断
关于NodeJS中JSON5的相关配置和使用