I\'m trying to partition configuration properties for several Spring Boot applications. I\'m using Spring Boot 1.1.6, and our configuration properties are expressed in YAML
Try the following for foo to include but override bar, seems to be working for my solution
spring: profiles: include: bar active: foo,bar
edit: please mind, that it's a "hack", not officially supported and it's for 2016 version