[SpringBoot]报错org.thymeleaf.exceptions.TemplateInputException: Error resolving template解决方案
时间:2020-03-15 19:48:23
收藏:0
阅读:64
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>
原文:https://www.cnblogs.com/wang615/p/12499364.html
评论(0)