snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

date format setting for jackson in application.properties #463

Open MehmetNuri opened 1 year ago

MehmetNuri commented 1 year ago

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'