Class GlobalDevServicesConfig

java.lang.Object
io.quarkus.deployment.dev.devservices.GlobalDevServicesConfig

@ConfigRoot(name="devservices") public class GlobalDevServicesConfig extends Object
  • Field Details

    • enabled

      @ConfigItem(defaultValue="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

      @ConfigItem public Optional<Duration> timeout
      The timeout for starting a container
  • Constructor Details

    • GlobalDevServicesConfig

      public GlobalDevServicesConfig()