Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 400 Bytes

File metadata and controls

executable file
·
9 lines (5 loc) · 400 Bytes

Java-Spring-Sample-User-Management

User-Management :

A sample micro service structure using spring Boot,JPA, Postgresql and Json Web Token. A sample user section that includes Controllers,DTO's, Services and repositories.

API Gateway :

A sample code that redirect each request to specific service after authentication. The sample code include Zuul proxy,Spring security,Prefilters etc.