Spring “spring.profiles.include” overrides
We implemented the Spring active profiles in a slightly different way. Let’s say the default properties file, application.yml, contains all default values which is same in both production and development environments. Create separate properties for production and development files named application-prd.yml and application-dev.yml respectively. These files may contain extra properties or override some of the … Read more