You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: