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
We have (generated) additional config properties files that we would like to load like application.properties. It would be really nice o be able to load them without having to define a ConfigSource and doing the SPI registration, etc.
Just to clarify, this is for runtime, not build time, right? We need to be careful at build time since the resources may not be available at runtime, since the class path may be different.
@radcortez build time would work for our current use case, but runtime should be fine too. Not sure how resources work with Quarkus/GraalVM, but would be nice to not have to define additional parameters when building/running if the resource is already defined somewhere.
Description
We have (generated) additional config properties files that we would like to load like
application.properties
. It would be really nice o be able to load them without having to define aConfigSource
and doing the SPI registration, etc.See discussion at https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Additional.20config.20properties.20at.20build.20time
Implementation ideas
I guess some options are:
@PropertySource
application.properties
The text was updated successfully, but these errors were encountered: