[MSA] e-commerce API; 프로젝트 흐름[MSA] e-commerce API; 구현1 - 설정(config-server, eureka-server, gateway)[MSA] e-commerce API; 구현2 - customer, product, payment, order, notification 작성한 ERD를 참조하여 구현합니다.Customer고객(Customer)의 데이터는 MongoDB에 저장하여,고객의 자료형 또는 고객 데이터의 변화에 유연하게 대처할 수 있게 합니다. 아래는 customer프로젝트의 의존성입니다.dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' impl..