Interface WebDependencyLocatorConfig
@ConfigRoot
@ConfigMapping(prefix="quarkus.web-dependency-locator")
public interface WebDependencyLocatorConfig
Build time configuration for Web Dependency Locator.
-
Method Details
-
versionReroute
@WithDefault("true") boolean versionReroute()If the version reroute is enabled. -
importMappings
User defined import mappings -
webRoot
The directory in the resources which serves as root for the web assets -
appRoot
The directory in the resources which serves as root for the app assets
-