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