Interface DevServicesConfig
@ConfigMapping(prefix="quarkus.devservices")
@ConfigRoot(phase=BUILD_TIME)
public interface DevServicesConfig
Dev Services
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Global flag that can be used to disable all Dev Services. If this is set to false then Dev Services will not be used. -
timeout
The timeout for starting a container
-