Error resolving template [/foreground/client/header], template might not exist or might not be accessible by any of the configured Template Resolvers (template: "foreground/client/index" - line 137, col 6)
Thymeleaf+Springboot在IDEA直接运行可以正常访问页面,但是打包成jar包却报错
改为:
Exception processing template "XXX/XXX/XXX": Error resolving template [XXX/XXX/XXX], template might not exist or might not be accessible by any of the configured Template Resolvers
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [XXX/XXX/XXX], template might not exist or might not be accessible by any of the configured Template Resolvers
注意路径的大小写