Spring framework provides methods to load external resource data (text file, image file, binary file) into your application. The external resource can be a local file, a URL locator file, or a file that is saved in the ClassPath. This article will show you examples of how to do that.