标签:数据库 ring style str 自定义 数据 pre 属性 需要
比如说前端需要返回userPic 这个字段,但是我们数据库定义的是pic字段。
可以用@jsonProperty 来实现
public class User{ @JsonProperty("pic") String userPic; }
标签:数据库 ring style str 自定义 数据 pre 属性 需要
原文地址:https://www.cnblogs.com/coder-lzh/p/10356177.html