Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 482 Bytes

SpringMVC

SpringMVC web application and Spring REST service with client

In this demo, I have created Spring boot MVC appliation for CRUD operations under coffee shop domain. Authentication and Authorization was handled by Spring security. Futher, REST client template was used to test the REST endpoints.

Technologies used:
Spring boot MVC
Thymeleaf template engine
REST client template
Hibernate and JPA Annotation
Spring Securiry
BootStrap