You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit changes the default file extension for Mustache templates,
from `.html` to `.mustache`, which is the file extension used in the
official reference documentation and by most IDE plugins.
Fixesspring-projectsgh-8997
The current default in
MustacheProperties
is.html
, but it seems that IDE plugins and the official documentation use the.mustache
file extension.Should we change that default value to
.mustache
in Spring Boot 2.0?The text was updated successfully, but these errors were encountered: