Description
I would like to format the json data outputs as given in the application.properties file. In Spring Boot, this feature can be made as "spring.jackson.date-format=yyyy-MM-dd HH:mm:ss". As the latter one needs to be set for each date field. Thanks much!
Implementation ideas
quarkus.jackson.date-format=dd.MM.yyyy HH:mm:ss Z 'GMT'
Description I would like to format the json data outputs as given in the application.properties file. In Spring Boot, this feature can be made as "spring.jackson.date-format=yyyy-MM-dd HH:mm:ss". As the latter one needs to be set for each date field. Thanks much!
Implementation ideas quarkus.jackson.date-format=dd.MM.yyyy HH:mm:ss Z 'GMT'