Package io.quarkus.runtime
Interface ApplicationConfig
@ConfigMapping(prefix="quarkus.application")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface ApplicationConfig
Application
-
Method Summary
-
Method Details
-
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
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
The header to use for UI Screen (Swagger UI, GraphQL UI etc).
-