Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 344 Bytes

File metadata and controls

14 lines (8 loc) · 344 Bytes

SpringCRUD

This is a simple RestAPI for CRUD operations using Spring-Boot and JPA.

For Security :

Added Role Based Access to APIs.
Added JWT Token Aunthentication to access APIs.

For Deployment :

Using WildFly Server to deploy Application.
Using Spring Cloud Server and Actuator for Zero Downtime Deployment.