template engine

    [Springboot] Velocity 사용 중 unable to find resource

    springboot에 템플릿 엔진으로 velocity를 사용해보고 있는데, 아래와 같은 에러 메세지를 접하게 된다. 23:28:19.346 [XNIO-1 task-2] ERROR org.apache.velocity - ResourceManager : unable to find resource '/nav.vm' in any resource loader. 23:28:19.353 [XNIO-1 task-2] ERROR org.apache.velocity - #include(): cannot find resource '/nav.vm', called at arrival.vm[line 18, column 1] 23:28:19.365 [XNIO-1 task-2] ERROR io.undertow.request - UT..