spring:
jackson:
property-naming-strategy: CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES
如果某个类的某个字段不想进行命名转换,则在该字段上面添加注解:
@JsonProperty("studentId")
spring:
jackson:
property-naming-strategy: CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES
如果某个类的某个字段不想进行命名转换,则在该字段上面添加注解:
@JsonProperty("studentId")
本文标题:SpringBoot驼峰命名转下划线连接命名配置
本文链接:https://www.haomeiwen.com/subject/husrrctx.html
网友评论