Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.16 KB

File metadata and controls

30 lines (20 loc) · 1.16 KB

Springboot-Microservice-SpringCloud_API_Gateway

1)In this I created two service one is Employee microservice and another one is Salary microservice and both this service can communicated with each other.

2)For centerlized Communication I use Spring Cloud API Gateway through this gateway user can communicated with any microservice.

3)For Security I use Spring Security which is implemented in User microservice.

4)Employee details are comming for Employee database through Employee microservice and Salary details are comming for Salary database through Salary microservice.

Screen-Shots

1)Home Page or Login Page

Screenshot (16)

2)Employee Page

Screenshot (18)

3)Salary Page

Screenshot (19)

4)Logout Page

Screenshot (20)