Class ApplicationConfig

java.lang.Object
io.quarkus.runtime.ApplicationConfig

@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public class ApplicationConfig extends Object
  • Field Details

    • 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).
    • uiHeader

      @ConfigItem(defaultValue="{applicationName} (powered by Quarkus)") public Optional<String> uiHeader
      The header to use for UI Screen (Swagger UI, GraphQL UI etc).
  • Constructor Details

    • ApplicationConfig

      public ApplicationConfig()