spring boot 什么注解可以让返回的json数据都为字符串

2025年03月01日 06:09
有1个网友回答
网友(1):

@JsonSerialize(using = ToStringSerializer.class)
public Long axId: