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
Using the hello dialect
Using our new dialect is very easy. This being a Spring MVC application, we just have to add it to our templateEngine bean during configuration.
But templateResolver is not defined and it doesn't say how to make it or what it does.
I try reutilize the default templateEngine adding the custom dialect but can not load the SpringTemplateEngine after the bean config or using a autowired annotation.
I solve this recteating all templateResolver again but it is not defined in the documentation example:
In https://www.thymeleaf.org/doc/articles/sayhelloextendingthymeleaf5minutes.html says as example:
But
templateResolver
is not defined and it doesn't say how to make it or what it does.I try reutilize the default
templateEngine
adding the custom dialect but can not load theSpringTemplateEngine
after the bean config or using a autowired annotation.I solve this recteating all templateResolver again but it is not defined in the documentation example:
The text was updated successfully, but these errors were encountered: