spring cloud gateway 默认提供查看路由信息接
2021-02-07 本文已影响0人
DONG_DD
yml配置:
management:
endpoints:
web:
exposure:
include:"*"
endpoint:
gateway:
enabled:true
访问地址:
http://localhost:{port}/actuator/gateway/routes
yml配置:
management:
endpoints:
web:
exposure:
include:"*"
endpoint:
gateway:
enabled:true
访问地址:
http://localhost:{port}/actuator/gateway/routes