본문 바로가기
프로그래밍/Java & Spring

Spring Cloud Service Discorvery

by 방구석개발자 2023. 3. 25.
반응형

서비스 디스커버리란?

MSA로 구성되어 있는 서비스들은 각자 ip와 포트를 가지고 있고 이런 정보를 관리할 필요가 생기는데 

이런 관리 서비스를 Service Discorvery라고 합니다.

 

스프링에서 서비스 디스커버리를 유레카 클라이언트를 이용해 구현했는데요.

공식 문서를 자세히 보면 나와 있습니다.

https://docs.spring.io/spring-cloud-netflix/docs/4.0.0/reference/html/#netflix-eureka-client-starter

 

Spring Cloud Netflix

This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common pat

docs.spring.io

반응형

댓글