用的hotplug,jar包部署后模板怎么都找不到。。
文件路径是:src/main/resources/template/views/test.html
生成的class路径:classes\views\test.html
这两个参数换了几种都不行,应该写什么
RESOURCE_LOADER=
RESOURCE.root=
用的hotplug,jar包部署后模板怎么都找不到。。
文件路径是:src/main/resources/template/views/test.html
生成的class路径:classes\views\test.html
这两个参数换了几种都不行,应该写什么
RESOURCE_LOADER=
RESOURCE.root=
配置,,
<resource>
<directory>src/main/resources/template</directory>
<filtering>true</filtering>
</resource>
我现在把resource配置去掉了,但还是不行
路径:src/main/resources/template
代码:@Ok("beetl:test.html")
配置:RESOURCE.root=template/views