로딩
요청 처리 중입니다...

[Spring Cloud] API Gateway 라우팅 및 글로벌 필터(Global Filter) 적용

 [Spring Cloud] API Gateway 라우팅 및 글로벌 필터(Global Filter) 적용

API Gateway API Gateway는 여러 마이크로서비스간 통신을 중앙에서 관리하고 제어하는 역할을 합니다. Spring Cloud Gateway는 스프링 생태계에서 마이크로 아키텍처를 구축할 때 사용하기 용이한 API 게이트웨이로 라우팅, 필터, 서비스 디스커버리 통합, 서킷 브레이커 통합, 로드 밸런싱 등을 지원합니다. https://spring.io/projects/spring-cloud-gateway/ Spring Cloud Gateway Level up your Java code and explore what Spring can do for you. spring.io Spring Cloud Gateway 라우팅 설정 Spring Boot 3.1에서 작성하였습니다.

Gradle 설정에 의존성을 추가합니다. Version 4.0.7 dependencies { implementation 'org.springframework.cloud:spring-cloud-starter-...