摘要:
springboot默认的json配置 1.@JsonIgnore 返回前端时对应字段不进行序列化返回 public class User { @JsonIgnore private String name; } 2.@JsonFormat 日期格式化 public class User { @Js 阅读全文
posted @ 2023-02-26 22:25
越努力ヾ越幸运
阅读(545)
评论(0)
推荐(0)
2023年2月26日