TemplateInputException:template might not exist or might not be accessible

Spring Boot 官网的介绍推荐的模板引擎Thymeleaf,使用上的确很方便,在IDEA或Eclipse中运行的时候,模板引入正常,但打成Jar包跑的时候,有时会报TemplateInputException

异常如下:


很纳闷!

来自stackoverflow有个解决的方案:

1.在application.yml 中添加配置

spring:

thymeleaf:

prefix:classpath:/templates/

2.th:include引入公共模板时注意头部不要加"/"

<aside class="aside-md hidden-print hidden-xs" id="nav" th:include="base/menu :: aside"></aside>

通过以上两步能基本解决Thymeleaf中模板引用和视图跳转报的TemplateInputException

解决方案来自:https://stackoverflow.com/questions/27249078/spring-boot-gives-templateinputexception-error-resolving-template-when-runnin


评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值