Spring Boot Profiles & Configuration Management - Application Properties
Spring Profiles
In this article, we’ll demonstrate how to set Profiles in Spring.
As we know we having multiple environments like development, test,
production etc. Each of them required different configuration settings
i.e called profiles. We can achieve the same with properties files.
Conclusion
Here we learned how to enable different configuration for developer or production or
testing environment as a profile with properties files.