这个是什么原因??? POM.xml也有了,目录下也创建了相应的center/center.html 和index.html就是出现这个错误????
Error resolving template "thymeleaf/index", template might not exist or might not be accessible by any of the configured Template Resolvers
我看过了,都没问题,但是还是错
thymeleaf: prefix: classpath:/templates/
thymeleaf 的classpath只要多一个斜杠的,漏斜杠就会有问题,freemarker不需要后面那个斜杠
确认文件是否有建立在正确的目录下,或者看下你的模板配置信息,确认【spring.thymeleaf.prefix】这个属性配置的文件前缀什么的