Browse Source

update to new web endpoint property

pull/195/head
Spencer Gibb 7 years ago
parent
commit
062b6bc526
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 5
      spring-cloud-gateway-sample/src/main/resources/application.yml

5
spring-cloud-gateway-sample/src/main/resources/application.yml

@ -35,7 +35,4 @@ logging: @@ -35,7 +35,4 @@ logging:
org.springframework.web.reactive: DEBUG
reactor.ipc.netty: DEBUG
management:
endpoints:
web:
expose: '*'
management.endpoints.web.exposure.include: '*'

Loading…
Cancel
Save