SpringMVC返回的json数据Date(时间)在前端解析是一串数字的问题

    xiaoxiao2024-03-09  92

    在Date字段类型上加一个注解 @JsonFormat(pattern = “yyyy-MM-dd”) 。

    最新回复(0)