Spring get files and images from external folder on disk, outside webapps?
问题 I have webproject which has images inside src/main/webapp folder. I would like to place images in different folder on the disk. But I have no idea how to manage requests to reach this images. Should I create some kind of httpServlet like shown here: http://balusc.omnifaces.org/2007/07/fileservlet.html Or as I use Spring MVC with java configuration, there is more suitable and simpler way. Looking forward for your suggestions. 回答1: Use the spring mvc support for static resources, its location