Package io.quarkus.qute.runtime
Class QuteDevModeConfig
java.lang.Object
io.quarkus.qute.runtime.QuteDevModeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionBy default, a template modification results in an application restart that triggers build-time validations. -
Constructor Summary
Constructors -
Method Summary
-
Field 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.
-
-
Constructor Details
-
QuteDevModeConfig
public QuteDevModeConfig()
-