Getting velocity error "unable to find resource 'error.vm' in any resource loader."

Viewed 8821

I have a REST API based on Spring boot 1.3.3. I use Velocity only for email template.

There is no JSP/HTML view. I use exclusively RestController from Spring.

Sometimes, I get this error: "ResourceManager : unable to find resource 'error.vm' in any resource loader." It's exclusively this vm file which is requested.

Should I disable something to my Spring Boot app to disable this error?

1 Answers
Related