The goal of this project is to demonstrate how Spring Webflux can make async calls to the Student
service + Tutor
service.
http://localhost:8080/api/university
http://localhost:8081/api/tutors
http://localhost:8082/api/students
Demonstration of calling 2 services asynchronously with Spring Webflux
Kotlin