This project demonstrates a reactive Spring Boot application using R2DBC (Reactive Relational Database Connectivity) for non-blocking database access and Spring WebFlux for building reactive, high-performance web services.
- Spring Boot: Simplifies setup and configuration for production-ready applications.
- Spring WebFlux: Provides a fully non-blocking, reactive framework for building REST APIs.
- R2DBC: Allows asynchronous, reactive database operations with relational databases.
- Java 21 or later
- Maven
- A supported R2DBC relational database (e.g., PostgreSQL or MySQL)
git clone https://github.com/yourusername/your-repo.git
cd your-repo