JSON parse error: Cannot deserialize value of type `java.util.Date` from String
解决问题:
在application.yml配置添加Spring配置
# Spring配置 spring: # 解决参数为日期问题 jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8
JSON parse error: Cannot deserialize value of type `java.util.Date` from String
解决问题:
在application.yml配置添加Spring配置
# Spring配置 spring: # 解决参数为日期问题 jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8