This project is a parallel practice of Spring Webflux, following the book Learning Spring Boot 3.0
To start the 01-reactive-web-controllers project, you can run:
./gradlew :01-reactive-web-controllers:bootRun
API Usages, please see here
To start the 02-reactive-data-access project, you can run:
./gradlew :02-reactive-data-access:bootRun