Multiple ways to configure Spring
Two weeks ago, I wrote how you could write a Spring application with no annotations. Many alternatives are available to configure your Spring app. I'd like to list them in this post, leaving Spring Boot out of the picture on purpose.
Core concepts
A ...
frankel.hashnode.dev7 min read
Janith Thilakarathna
Never knew about configuring beans via a property file... Thank you...