Spring List and Map in Properties
We have the properties file, which is really useful, we can write DB URLs and passwords that can be changed without recompiling the app. Even better if we could have a list and a map in the Spring properties file. But we can! Although it was a bit hard for me to find this, amongst … Read more