Class QuteDevModeConfig

java.lang.Object
io.quarkus.qute.runtime.QuteDevModeConfig

public class QuteDevModeConfig extends Object
  • Field Details

    • noRestartTemplates

      @ConfigItem public Optional<Pattern> noRestartTemplates
      By default, a template modification results in an application restart that triggers build-time validations.

      This regular expression can be used to specify the templates for which the application is not restarted. I.e. the templates are reloaded and only runtime validations are performed.

      The matched input is the template path that starts with a template root, and the / is used as a path separator. For example, templates/foo.html.

  • Constructor Details

    • QuteDevModeConfig

      public QuteDevModeConfig()