Spring Boot R2DBC + H2 example - CRUD application that uses Spring Data Reactive (R2DBC) to interact with H2 database and Spring WebFlux for Reactive Rest API. You'll know:
- How to configure Spring Data Reactive, R2DBC to work with H2 Database
- How to define Data Models and Repository interfaces
- Way to create Spring Rest Controller to process HTTP requests
- Way to use Spring Data R2DBC to interact with Database
For more detail, please visit: Spring Boot R2DBC + H2 example: CRUD Application
Front-end that works well with this Back-end
Other databases:
More Practice:
Spring Boot Pagination & Filter example | Spring JPA, Pageable
Spring Data JPA Sort/Order by multiple Columns | Spring Boot
Exception Handling:
Security:
Spring Boot + Spring Security JWT Authentication & Authorization
Fullstack:
Run both Back-end & Front-end in one place:
mvn spring-boot:run