[SpringBoot]报错org.thymeleaf.exceptions.TemplateInputException: Error resolving template解决方案

https://blog.csdn.net/Lin_xiaofeng/article/details/79122053

在pom.xml 添加以下依赖:

1 <dependency> 
2 <groupId>net.sourceforge.nekohtml</groupId> 
3 <artifactId>nekohtml</artifactId> 
4 <version>1.9.22</version> 
5 </dependency> 

 

posted on 2020-03-15 18:59  羽昇  阅读(4181)  评论(0)    收藏  举报

导航