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版本,问题解决
posted @ 2019-05-04 14:32  侯小铁柱  阅读(327)  评论(0)    收藏  举报