可以用@jsonProperty 来实现
public class User{ @JsonProperty("pic") String userPic; }
spring: jackson: default-property-inclusion: non_null