Class ConfigConfig

    • Field Detail

      • locations

        @ConfigItem(name="config.locations")
        public Optional<List<URI>> locations
        Additional config locations to be loaded with the Config. The configuration support multiple locations separated by a comma and each must represent a valid URI.
      • profileParent

        @ConfigItem(name="config.profile.parent")
        public Optional<String> profileParent
        Accepts a single configuration profile name. If a configuration property cannot be found in the current active profile, the config performs the same lookup in the profile set by this configuration.
      • uuid

        @ConfigItem(name="uuid")
        public Optional<String> uuid
        A property that allows accessing a generated UUID. It generates that UUID at startup time. So it changes between two starts including in dev mode. Access this generated UUID using expressions: `${quarkus.uuid}`.
    • Constructor Detail

      • ConfigConfig

        public ConfigConfig()