springboot 整合 thymeleaf的问题
Posted java-jiangtao-home
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 整合 thymeleaf的问题相关的知识,希望对你有一定的参考价值。
org.thymeleaf.exceptions.TemplateInputException
org.thymeleaf.exceptions.TemplateInputException: Error resolving template "Hello", template might not exist or might not be accessible by any of the configured Template Resolvers
因为springboot 是2.0版本的,thymeleaf是3.0版本的,可能是版本之间的冲突,把springboot改成1.5版本,问题解决
以上是关于springboot 整合 thymeleaf的问题的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot整合LayUI和Thymeleaf制作简单登录页面