소스 검색

gateway exposed to actuator

yassine 10 달 전
부모
커밋
1bba2298b9
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      api-gateway.yml

+ 3
- 2
api-gateway.yml 파일 보기

@@ -19,9 +19,10 @@ spring:
19 19
 logging:
20 20
   level:
21 21
     org.springframework.cloud.gateway: DEBUG
22
-
23 22
 management:
24 23
   endpoints:
25 24
     web:
26 25
       exposure:
27
-        include: "*"
26
+        include: "*"
27
+    gateway:
28
+      enabled: true

Powered by TurnKey Linux.