使用 Grails 2.0.4。在构建电子邮件时,我使用了很多带有绝对路径的图像。每一个都会导致烦人的日志条目。有简单的解决方法吗?它们确实存在,只是资源插件似乎不喜欢绝对路径。这也发生在 localhost / dev 环境之外。
<img src="${resource(dir: 'images/brochure', file: 'arrow_up.png', absolute: 'true')}" alt="Up" />
结果是
WARN resource.ResourceTagLib - Invocation of <r:resource> for a resource that apparently doesn't exist: http://localhost:8080/images/brochure/arrow_up.png