- Spring Cloud - 7. Load Balancer 적용
- Spring Cloud - 6. Spring Cloud Gateway Global Filter 적용
- Spring Cloud - 5. Spring Cloud Gateway Global Filter 적용
- Spring Cloud - 4. Spring Cloud Gateway Custom Filter 적용
- Spring Cloud - 3. Spring Cloud Gateway Filter 적용
- Spring Cloud - 2. Spring Cloud Gateway 사용하기
- Spring Cloud - Eureka 에 Service 등록하기
- Spring Cloud - Service Discovery Server (Eureka)
Spring Cloud로 개발하는 마이크로서비스 애플리케이션 5 - Spring Cloud Gateway Global Filter 적용
공통적으로 실행될 수 있는 Filter. 라우팅 정보마다 개별적으로 필터를 지정해야 하는 Custom Filter와 다르게 Global Filter의 경우 한번에 처리를 할 수 있다.
GlobalFilter.java
|
application.yml
spring: |