thymeleaf在开发环境正常,但用jar运行时报错 Error resolving template template might not exist or might not be access
Posted kinome
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thymeleaf在开发环境正常,但用jar运行时报错 Error resolving template template might not exist or might not be access相关的知识,希望对你有一定的参考价值。
通过打包 jar直接运行的
百度搜索此关键词找到的:“springboot jar error resolving template”
原因是指向模板的路径前有斜杆/,就会出错,去掉就正常了(路径前不能带斜杆,类似相对路径的写法)
网上有人说增加配置spring.thymeleaf.prefix=classpath:/templates也能解决
以上是关于thymeleaf在开发环境正常,但用jar运行时报错 Error resolving template template might not exist or might not be access的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot+Thyemleaf开发环境正常,打包jar发到服务器就报错Template might not exist or might not be accessible
解决Error resolving template template might not exist or might not be accessible问题
Spring boot + Mybatis + Thymeleaf + Druid +mySql