其他分享
首页 > 其他分享> > springboot 整合 thymeleaf的问题

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,整合,版本,org,might,template
来源: https://www.cnblogs.com/java-jiangtao-home/p/10808426.html