Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 317 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 317 Bytes

Spring Boot Web Application, support data jpa and pageable, using thymeleaf

In this part of the tutorial series, I show how to setup a Spring MVC controller to suport CRUD operations, a Spring service facad over a Spring Data JPA repository with pagination support, and Thymeleaf templates for the web application.