Loading

摘要: 我们可以有两种用法(我知道的),在对象属性上,或者在属性的 `getter` 方法上,如下代码所示: 增加到属性上: 1 ... ... 2 3 /**更新时间 用户可以点击更新,保存最新更新的时间。**/ 4 @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss") 5 阅读全文
posted @ 2021-07-13 16:33 Ironyy 阅读(546) 评论(0) 推荐(0)