spring boot profiles | Application Properties

Опубликовано: 04 Февраль 2019
на канале: KP Kumar
222
2

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.