Introduction:
While working with Spring Boot applications, most of the times we need to externalize configurations into properties files or environment variables. This makes our application more flexible and easier to maintain in production.
In Sprin...