瀏覽代碼

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.