is there a way to make every response object turn the fields to snake_case without having to `@JsonN...
j
is there a way to make every response object turn the fields to snake_case without having to
@JsonNaming
every data class?
😶 1
t
You can try
spring.jackson.property-naming-strategy=SNAKE_CASE