In Quarkus runtime configurations can only be changed when restarting the application and build-time configurations need an application re-augmentation.
Additionally Quarkus follows a strict order in which the application is configured.
Per default Quarkus loads configuration values form properties files only, however there are extensions for e.g. yaml.
In Quarkus runtime configurations can only be changed when restarting the application and build-time configurations need an application re-augmentation.
Additionally Quarkus follows a strict order in which the application is configured.
Per default Quarkus loads configuration values form properties files only, however there are extensions for e.g. yaml.