spring cloud Gateway1 [Spring Cloud] Spring Cloud Gateway 구축하기 Spring Cloud Gateway 👍🏻스프링 기반 API Gateway마이크로서비스 아키텍처에서 라우팅, 로드 밸런싱, 필터링 등 역할을 수행Spring 5, Project Reactor를 기반으로 구축되어 비동기 및 논블로킹 기능 지원Netty 서버를 사용하여 높은 성능을 제공 Gradle 의존성 추가implementation 'org.springframework.cloud:spring-cloud-starter-gateway'implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'API Gateway 서버를 Eureka Server(서비스 디스커버리)에 등록하기 위해 eureka-client 의존성 .. 2023. 6. 12. 이전 1 다음