Spring framework provides the ability to group configuration properties into profiles, allowing us to activate them depending on the environment we deploy. Simply profile means a set of configurations ...
Today I have a very simple application for you to demonstrate how to use profiles to control environmental variables. Next up I created a Maven project and added in my Spring boot dependencies. We ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Consider a simple example of testing a number-guessing game. If the application generates a ...