Build a Spring Boot Thymeleaf CRUD example with Maven that use Spring Data JPA to interact with H2/MySQL/PostgreSQL database. You'll know:
- How to configure Spring Data, JPA, Hibernate to work with Database
- How to define Data Entity and Repository interfaces
- Way to create Spring Controller to process HTTP requests
- Way to use Spring Data JPA to interact with H2/MySQL/PostgreSQL Database
- How to use Thymeleaf template engine for View layer
For more detail, please visit:
More Practice:
Spring Boot Pagination & Filter example | Spring JPA, Pageable
Spring Data JPA Sort/Order by multiple Columns | Spring Boot
Exception Handling:
Rest API:
Security:
Spring Boot + Spring Security JWT Authentication & Authorization
Fullstack:
Run both Back-end & Front-end in one place:
mvn spring-boot:run