1.2.47版本 jdk1.8
feign请求结果反序列化时候 json格式是中 person_id 转换成 model 驼峰 personId 则结果丢失
但是 json中 name 对应model中 name 这种没有 _ 对应非驼峰的 不会丢失
SerializeConfig.getGlobalInstance().propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
ParserConfig.getGlobalInstance().propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
已设置 但仍旧是无效
暂无答案!
目前还没有任何答案,快来回答吧!