问答详情
源自:2-8 邮件模板

运行之后出现下面错误

org.thymeleaf.exceptions.TemplateInputException: Error resolving template "emailTemplate", template might not exist or might not be accessible by any of the configured Template Resolvers


提问者:慕圣2541664 2018-10-17 10:43

个回答

  • 慕移动1845887
    2019-09-28 16:15:14

    配置文件没有配置吧 

  • TMJoker
    2018-11-17 11:05:44

    你看一下你在resources/templates/中的文件名和测试方法中

    templateEngine.process("emailTemplate", context);

    第一个参数名是否一致!