Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 829 Bytes

MSA_with_SpringCloud

MSA with Spring Cloud

  1. MSA환경에서 Spring cloud gateway와 Eureka를 사용한 apigteway 통신
  2. Spring cloud bus를 활용한 Spring cloud config 설정
  3. MSA환경에서 Kafka Connect를 사용한 마이크로 서비스간 데이터 동기화
  4. Spring Security와 JWT로그인 기능 구현

Api Gateway + Service discovery + Configuration

  1. APIgatewayService - Spring Cloud Gateway
  2. discoveryService - 서비스 디스커버리
  3. config-service - 설정 정보 마이크로 서비스

E-commerce Service

  1. sampleApplication - 유저 서비스
  2. order-service - 주문 서비스
  3. catalog-service - 상품 주문 서비스 마이크로 서비스

Example Code

  1. firstService - apigateway service 예시 서비스
  2. secondService - apigateway service 시 서비스