//序列化时的命名策略——驼峰命名法
builder.propertyNamingStrategy(PropertyNamingStrategy.LOWER_CAMEL_CASE);
配置作用
标签:CASE,LOWER,CAMEL,Jackson2ObjectMapperBuilderCustomizer,命名,序列化 From: https://www.cnblogs.com/daofree/p/17484758.html
//序列化时的命名策略——驼峰命名法
builder.propertyNamingStrategy(PropertyNamingStrategy.LOWER_CAMEL_CASE);
配置作用
标签:CASE,LOWER,CAMEL,Jackson2ObjectMapperBuilderCustomizer,命名,序列化 From: https://www.cnblogs.com/daofree/p/17484758.html