Hi,
Found an issue while switching from JAVA 7 to JAVA 8. The order of profile properties that are defined in both yml and properties file is switched.
The working sample is posted here, with steps to reproduce:
https://github.com/nsdiv/spring-boot-java8-java7-prop-loading
Specifically, we're using spring boot version 1.2.3.RELEASE, but can reproduce this issue in 1.2.6.RELEASE as well