[MSA] e-commerce API; 프로젝트 흐름[MSA] e-commerce API; 구현1 - 설정(config-server, eureka-server, gateway)[MSA] e-commerce API; 구현2 - customer, product, payment, order, notification프로젝트 흐름전체적인 흐름은 아래와 같으며 하나씩 분해해보겠습니다.1. Eureka(Discovery) Server, Config Server, GatewaySpring Cloud의 기초적인 형태입니다.Eureka Server에 모든 서비스를 등록합니다.각 서비스는 Config Server에서 중앙 집중식으로 구성 관리합니다.외부 요청은 Gateway가 리디렉션합니다.2. 인터넷 → 게이트웨이 → (..