사용자 도구

사이트 도구


springframework:cloud_gateway

차이

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

차이 보기로 링크

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