Jackson is ignoring spring.jackson.properties in my spring boot application

后端 未结 6 1241
没有蜡笔的小新
没有蜡笔的小新 2021-02-19 06:01

Jackson is ignoring spring.jackson.property-naming-strategy=SNAKE_CASE. I am using springBootVersion 1.4.2.RELEASE. In my application.properties file, I have added

6条回答
  •  伪装坚强ぢ
    2021-02-19 06:57

    I think maybe you created class extends WebMvcConfigurationSupport ,WebMvcConfigurationSupport contains @EnableWebMvc, do not extends WebMvcConfigurationSupport ,do use some class extends WebMvcConfigurationSupport

提交回复
热议问题