Configuration Management
You will learn about configuration management using spring boot.
We'll cover the following...
In this lesson, we will learn about configuration management and maintaining profiles.
Basics of configuration management
Spring Boot, by default, reads the configurations from application.properties
located at src/main/resources
. The configuration file can be represented as application.yml
.
Maintaining profiles
Spring Boot allows us to ...