Hystrix监控服务整合完成
This commit is contained in:
6
hystrix-dashboard/src/main/resources/application.yml
Normal file
6
hystrix-dashboard/src/main/resources/application.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
server:
|
||||
port: 8900
|
||||
hystrix:
|
||||
dashboard:
|
||||
# 将localhost添加到白名单,默认是不允许的
|
||||
proxy-stream-allow-list: "localhost"
|
Reference in New Issue
Block a user