Welcome to the Reactive Web project, integrating Vert.x and Spring Boot.
This project demonstrates the seamless integration of Vert.x running on port 7000 and Spring Boot running on port 8080.
Endpoints
Spring Boot: http://localhost:8080/swagger-ui.html
Spring Boot: http://localhost:8080/secret/path/find
Vert.x: http://localhost:7000/health
This project has been updated to use Spring Boot version 3.3.0, marking a significant update after 7 years.