Class ApplicationConfig

    • Field Detail

      • name

        @ConfigItem
        public Optional<String> name
        The name of the application. If not set, defaults to the name of the project (except for tests where it is not set at all).
      • version

        @ConfigItem
        public Optional<String> version
        The version of the application. If not set, defaults to the version of the project (except for tests where it is not set at all).
    • Constructor Detail

      • ApplicationConfig

        public ApplicationConfig()