We have an annotation-based Spring MVC app with embedded Jetty. I want to have a "downloads" directory next to our application jar file, and have requests for "/downloads/*" send files from that directory.
I thought it would be simple, but can't find a simple way to do it.
Can anyone please help?