springboot使用thymeleaf模板问题
返回
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/implementsfun/index]
看了以下依赖在
<!--thymeleaf依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
最后找到在thymeleaf配置文件
批量改后缀时删除了
spring.thymeleaf.suffix=.html
导致的
更新后
正常
本文来自博客园,作者:ukyo--碳水化合物,转载请注明原文链接:https://www.cnblogs.com/ukzq/p/11862606.html

浙公网安备 33010602011771号