How to Externalize Configuration Data in Spring
Last Updated on October 21, 2024 by jt Introduction Situation Most of our applications are supported by external services such as a database server, an SMS gateway, or services such as PayPal. Such services can exist in more than one environment i.e development and production environments. If we want to connect to the production environment […]Continue reading