Skip to content

Files

Latest commit

bef8715 · Jul 11, 2020

History

History
16 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 544 Bytes

Spring Boot API Gateway Demo

This project demonstrates API gateway using microservices architecture, separate authentication service and service discovery.

Getting Started

  • Run discovery-server and other services
  • Run requests in request-examples.http

Architecture

image info

Services

  • api-gateway: Zuul edge service for routing
  • discover-server: Eureka server for service discovery
  • auth-service: JWT authentication service
  • protected-service: service with sensitive data