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.