Package io.quarkus.qute.runtime
Interface QuteDevModeConfig
public interface QuteDevModeConfig
-
Method Summary
Modifier and TypeMethodDescriptionBy default, a template modification results in an application restart that triggers build-time validations.
-
Method Details
-
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.
-