【Java】@JsonFormat和@DateTimeFormat注解区别

注解@JsonFormat主要是后端到前端的时间格式的转换

注解@DateTimeFormat主要是前端到后端的时间格式的转换

你可能感兴趣的:(SpringBoot,Java,java)