Unable to find velocity template resources

后端 未结 12 1102
星月不相逢
星月不相逢 2020-11-29 20:11

Just a simple velocity standalone app based on maven structure. Here is the code snippet written in Scala to render the template helloworld.vm in ${basedi

12条回答
  •  隐瞒了意图╮
    2020-11-29 20:37

    While using embedded jetty the property webapp.resource.loader.path should starts with slash:

    webapp.resource.loader.path=/templates
    

    otherwise templates will not be found in ../webapp/templates

提交回复
热议问题