Interface DevServicesConfig


@ConfigMapping(prefix="quarkus.devservices") @ConfigRoot(phase=BUILD_TIME) public interface DevServicesConfig
Dev Services
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Global flag that can be used to disable all Dev Services.
    boolean
    Global flag that can be used to force the attachment of Dev Services to shared network.
    The timeout for starting a container
  • 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.
    • launchOnSharedNetwork

      @WithDefault("false") boolean launchOnSharedNetwork()
      Global flag that can be used to force the attachment of Dev Services to shared network. Default is false.
    • timeout

      Optional<Duration> timeout()
      The timeout for starting a container