[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>
浙公网安备 33010602011771号