SpringBoot使用thymeleaf模板时报错:Template might not exist or might not be accessible by any of the configured Template Resolvers

错误如下:Template might not exist or might not be accessible by any of the configured Template Resolvers

错误原因:访问的模板不存在或者任何解析器都无法访问该模板(错误为500)

解决方案:1.检查访问的地址是否正确;

     2.检查访问的html模板文件是否存在或者文件名是否正确;

     3.检查html模板文件的位置是否在template文件夹内。

posted @ 2017-10-31 10:54  Ericzya  阅读(914)  评论(0编辑  收藏  举报