So far, we’ve put all of our data in configurations – whether as annotated source files or in XML configurations. In this chapter, we’re going to look at some Spring features to help us use data from external files.
These external resources not only help us load the data we’re using,1 but they’re also useful in separating out configuration, such as when you want to store secure data in external locations that shouldn’t be part of your source code or in ...