ソースを参照

gateway exposed to actuator

yassine 1 年間 前
コミット
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.