1.JsonIgnoreProperties(ignoreUnknown = true)
在spring boot转换从序列化时,忽略类中不存在的字段,也可以指定忽略字段@JsonIgnoreProperties({ “password”, “secretKey” })
工作中学习
阅读 60
2022-04-13
在spring boot转换从序列化时,忽略类中不存在的字段,也可以指定忽略字段@JsonIgnoreProperties({ “password”, “secretKey” })
相关推荐
精彩评论(0)