사용자 도구

사이트 도구


springframework:cloud_gateway

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
springframework:cloud_gateway [2019/03/01 15:01]
kwon37xi
springframework:cloud_gateway [2021/11/09 09:27] (현재)
kwon37xi
줄 2: 줄 2:
   * [[https://spring.io/projects/spring-cloud-gateway|Spring Cloud Gateway]]   * [[https://spring.io/projects/spring-cloud-gateway|Spring Cloud Gateway]]
   * Spring Boot / WebFlux / Reactor 기반의 Non Blocking API Gateway.   * Spring Boot / WebFlux / Reactor 기반의 Non Blocking API Gateway.
-  * [[java:zuul|Zuul - Edge Service]] 에 대응. Java/Spring 기반 개발자들에게는 Spring Cloud Gateway 가 더 나아 보인다.+  * [[java:zuul|Zuul]] 에 대응. Java/Spring 기반 개발자들에게는 Spring Cloud Gateway 가 더 나아 보인다
 +    * 이 페이지에 API Gateway 설계에 대한 내용을 많이 정리해뒀음. 
 +    * 결론, 특별한 경우가 아니면 API Gatway 사용하지 말라.
   * Java Code 기반 Routing 설정 가능   * Java Code 기반 Routing 설정 가능
  
줄 33: 줄 35:
   .uri("http://localhost:8080/users/"))   .uri("http://localhost:8080/users/"))
 </code> </code>
 +
 +====== Actuator ======
 +''implementation 'org.springframework.boot:spring-boot-starter-actuator''' 의존성 추가
 +
 +<code>
 +management.endpoint.gateway.enabled=true # default value
 +management.endpoints.web.exposure.include=gateway
 +</code>
 +
 ===== 참조 ===== ===== 참조 =====
   * [[https://spring.io/guides/gs/gateway/|Getting Started · Building a Gateway]]   * [[https://spring.io/guides/gs/gateway/|Getting Started · Building a Gateway]]
줄 39: 줄 50:
   * [[https://aboullaite.me/spring-cloud-gateway/|A look into Spring Cloud Gateway!]]   * [[https://aboullaite.me/spring-cloud-gateway/|A look into Spring Cloud Gateway!]]
   * [[https://dzone.com/articles/spring-cloud-gateway-configuring-a-simple-route|Spring Cloud Gateway - Configuring a Simple Route - DZone Microservices]]   * [[https://dzone.com/articles/spring-cloud-gateway-configuring-a-simple-route|Spring Cloud Gateway - Configuring a Simple Route - DZone Microservices]]
 +  * [[https://springboot.cloud/26|Spring Cloud Gateway 2.1.0RELEASE 레퍼런스]]
 +  * [[https://www.baeldung.com/spring-cloud-gateway-routing-predicate-factories|Spring Cloud Gateway Routing Predicate Factories | Baeldung]]
 +  * [[https://www.popit.kr/spring-cloud-gateway/|Spring Cloud Gateway | Popit]]
springframework/cloud_gateway.1551420089.txt.gz · 마지막으로 수정됨: 2019/03/01 15:01 저자 kwon37xi