I have a Spring Boot web application, and I would like to serve static content located in a shared Dropbox directory on my Linode VPS (~/Dropbox/images). I've read that Spring Boot will automatically serve static content from "classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", but of course my Dropbox directory is not on the classpath. Although I
{{#tags}}- {{label}}
{{/tags}}