Spring Cloud(2)
-
[MSA] Spring Cloud Config - MicroService 연동하기 (1)
++) Spring Cloud Config 에 대한 기본 개념 정리 링크 https://born2bedeveloper.tistory.com/60 [MSA] Spring Cloud Config - (5) 이전에는 MSA구조 중 API Gateway Service에 대해 다뤘다. 이번에는 Config 정보를 하나로 통합하여 관리할 수 있는 Spring Cloud Config에 대해 다뤄보자. Spring Cloud Config - 설정 정보의 중앙화 이전에 Mi.. born2bedeveloper.tistory.com MicroService와 Spring Cloud Config 연동하기 프로젝트의 service와 spring cloud config를 연동하는 방법을 알아보자. 필자는 기존에 만들어 둔 프로젝트..
2022.07.20 -
[MSA] Netflix Eureka - Service Discovery 구현
Service Discovery에 대한 개념은 이 포스트를 참고할 것 Netflix Eureka 넷플릭스에서 개발한 Service discovery Tool로써 스프링 클라우드에 기부했다고 한다. (Flex...) https://spring.io/projects/spring-cloud-netflix Spring Cloud Netflix Spring Cloud Netflix features: Service Discovery: Eureka instances can be registered and clients can discover the instances using Spring-managed beans Service Discovery: an embedded Eureka server can be create..
2022.07.14