Interface ApplicationConfig


@ConfigMapping(prefix="quarkus.application") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface ApplicationConfig
Application
  • Method Details

    • name

      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

      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

      @WithDefault("{applicationName} (powered by Quarkus)") Optional<String> uiHeader()
      The header to use for UI Screen (Swagger UI, GraphQL UI etc).