I am new to using thymeleaf, I am using it to generate and send email; it is as a service which is called from another spring boot app.
I am getting the following error:
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [easylogin.html], template might not exist or might not be accessible by any of the configured Template Resolvers
Caused by: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/error-template.html], template might not exist or might not be accessible by any of the configured Template Resolvers
easy-login.html and error-template.html are the pages which arre part of the calling spring boot app.
Thanks,
Tushar