사용자 도구

사이트 도구


springframework:cloud_gateway

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
마지막 판 양쪽 다음 판
springframework:cloud_gateway [2019/03/01 15:01]
kwon37xi
springframework:cloud_gateway [2020/09/18 10:14]
kwon37xi
줄 33: 줄 33:
   .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: 줄 48:
   * [[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.txt · 마지막으로 수정됨: 2021/11/09 09:27 저자 kwon37xi