Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 434 Bytes

SpringMVC

This repository is the code for Spring 5 series on http://www.kieutrongkhanh.net written by me and Ma Hoang Nhat Phi.

This series is a A-Z tutorial for CRUD with Spring MVC. Consists of:

  • How to config Spring MVC using xml method.
  • How to use Spring Data JPA for Persistence Layers
  • How to use create RESTful API end-point with Spring MVC
  • How to handle exception with AdviceController