As mentioned in the comments, Spring IO and Spring Boot have different focuses, but they combine perfectly.
In fact, Spring IO bom inherits from Spring Boot one, so it is enough that Spring IO as a parent, and you can have all the advantages of both (for example, mvn are reasonable defaults). See my other answer for more details.
The only βdrawbackβ to using Spring IO is that it may be slightly behind the latest version of Spring Boot, but if you are similar to it, you can enjoy more dependent dependencies.
sodik source share