We are just trying to analyse the benefits of using vert.x with sprint boot. Few of the advantages we could see compared to using vert.x only are:
1) Spring dependency injection framework support.
2) Properties file support
3) Spring's easy integration with frameworks like camel which can be used to talk to vert.x in case need arises.
4) Overall spring boot ecosystem support for things where vert.x might lack.
We would like to know if anyone has used Spring Boot with vert.x , what are the benefits achieved , challenges encoutered and learnings from the same and also is it really helpful to use vert.x with Spring boot.