Package io.quarkus.runtime
Class ApplicationConfig
java.lang.Object
io.quarkus.runtime.ApplicationConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field 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).
-
-
Constructor Details
-
ApplicationConfig
public ApplicationConfig()
-