jpa中josn序列化问题
Hibernate JPA中@Transient、@JsonIgnoreProperties、@JsonIgnore、@JsonFormat、@JsonSerialize等注解解释@jsonignore的作用作用是json序列化时将java bean中的一些属性忽略掉,序列化和反序列化都受影响。只要在Set方法前增加以下注解即可:@JsonIgnore public Set xxxs(...