All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.runtime.ConfigConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
io.quarkus.runtime.ConfigConfig.locations=Additional config locations to be loaded with the Config. The configuration support multiple locations\nseparated by a comma and each must represent a valid {@link java.net.URI}.
io.quarkus.runtime.ConfigConfig.logValues=Enable logging of configuration values lookup in DEBUG log level.\n
\nThe log of configuration values require the category set to DEBUG in the\nio.smallrye.config category\: quarkus.log.category."io.smallrye.config".level\=DEBUG. io.quarkus.runtime.ConfigConfig.mappingValidateUnknown=Validates that a @ConfigMapping maps every available configuration name contained in the mapping\nprefix. io.quarkus.runtime.ConfigConfig.profile=A comma separated list of profiles that will be active when Quarkus launches. io.quarkus.runtime.ConfigConfig.profileParent=Accepts a single configuration profile name. If a configuration property cannot be found in the current active\nprofile, the config performs the same lookup in the profile set by this configuration. io.quarkus.runtime.ConfigConfig.uuid=A property that allows accessing a generated UUID.\nIt generates that UUID at startup time. So it changes between two starts including in dev mode.\n
\nAccess this generated UUID using expressions\: `${quarkus.uuid}`.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy