当我把模板testItem.vm放在根目录(WebRoot)下时,返回写的是:@Ok("vm:/testItem")
会提示一下错误
DEBUG - Path::/testItem
ERROR - 模板引擎错误
Unable to find resource '/testItem'
然后,我把 testItem.vm 移动到:/WEB-INF/templates/velocity/testItem.vm,返回写的是:@Ok("vm:templates.velocity.testItem")
还是会提示错误:
DEBUG - Path::templates.velocity.testItem
ERROR - 模板引擎错误
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'templates.velocity.testItem'