org.thymeleaf.exceptions.TemplateInputException: Error resolving template "emailTemplate", template might not exist or might not be accessible by any of the configured Template Resolvers
配置文件没有配置吧
你看一下你在resources/templates/中的文件名和测试方法中
templateEngine.process("emailTemplate", context);
第一个参数名是否一致!