Server: Spring Boot, Reactive , R2JDBC , Webflux
Databases: MySQL
This is project regarding REST Apis for CRUD operation of the Books. In this project we are maintaing books CRUD. This Projects is mainly focused on Reactive Programming in the Spring boot to make java async.
In this project we have used Webflux instead of starter-web.Instead of data-jpa we are using R2DBC.
To run the Spring Application go to project root directory and use the below command:
mvn spring-boot:run