My intention is to have two profiles in a spring boot application - development and production one. Development profile is meant just to override some variables of production pr
According to the spring boot documentation here, spring.profiles.include is used to add the properties from other profiles. It will add the property from other profiles if the property is not present in active one. But if it is present, then it will overwrite and the last one to be applied wins