I want to get all benefits of Spring IO and Spring Boot. I understood that Spring IO is something larger than Spring Boot. I understood that the main Spring IO concern is about integration, solve conflicts between a lot of frameworks and components with spring platform, and the main concern about Spring Boot is to create a simpler and quicker way to use spring platform, but what I really want to know is: When I'm using just Spring Boot, in all this pom hierarchy, you will be using Spring IO in some level of this heritage of pom structure?
If the answer is no, what is the best way to use both initiatives? Both of them recommend to use a parent pom, or import the pom (using the concept of bom) as dependecy-management. Should I use one as parent and other as bom (importing as dependency management)?