Build a Spring Boot CRUD Rest API example that uses Spring Data Jdbc to make CRUD Operations with H2 embedded Database. You'll know:
- How to configure Spring Data 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 Jdbc to interact with Database
For instruction, please visit:
Front-end that works well with this Back-end
Angular 8 Client / Angular 10 Client / Angular 11 Client / Angular 12 Client
More Practice:
Spring Boot Pagination & Filter example | Spring JPA, Pageable
Spring Data JPA Sort/Order by multiple Columns | Spring Boot
Security:
Spring Boot + Spring Security JWT Authentication & Authorization
Run both Back-end & Front-end in one place:
mvn spring-boot:run