Join Slack
Powered by
is there a way to make every response object turn ...
# spring
j
João Gabriel Zó
10/26/2022, 12:09 PM
is there a way to make every response object turn the fields to snake_case without having to
@JsonNaming
every data class?
😶 1
t
Thomas
10/26/2022, 12:12 PM
You can try
spring.jackson.property-naming-strategy=SNAKE_CASE
4
Views
Open in Slack
Previous
Next