A small project demonstrates how to use WebFlux (reactive programming), RxGprc (faster data coding and decoding), H2 r2dbc (in-memory reactive database).
From root project, move to the backend directory.
cd backend
Build and run all test cases.
./gradlew build
- Access the following url to login to the H2 Console.
http://localhost:8082
- Change the
JDBC URL
as your absolute path to thetestdb.mv.db
in the project.
jdbc:h2:/<your_absolute_path>/grpc-webflux-mongodb/backend/src/main/resources/testdb