Spring Boot: Spring Profiles

Опубликовано: 20 Октябрь 2024
на канале: ChargeAhead
4,687
65

In this video we will see how to use spring profiles to have specific classes and configuration take effect when the app is run in specific environments, like dev and prod. For example the logging level, datasources used when running in dev or prod without having to change the codebase.