特牛生活网

SpringBoot 中LocalDateTime格式化日期_datetimeformat localdatetime-CSDN博客

网友收藏
文章浏览阅读1.5w次,点赞3次,收藏22次。本文介绍了如何在SpringBoot中去除LocalDateTime默认的'T'字符并进行日期格式化。提供了两种解决方案:实体类中使用@JsonFormat注解和自定义配置。同时讲解了LocalDateTime日期格式化的输入处理,包括对象属性和单个参数的注解使用。