C:\Users\ibm>curl -X POST http://localhost:8080/bus/refresh?destination=case:8082
{"timestamp":1514534892307,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/bus/refresh"}

配置文件中设置下权限关闭

management:
security:
enabled : false


指定刷新某个实例

C:\Users\ibm>curl -X POST http://localhost:8080/bus/refresh?destination=case:8082

C:\Users\ibm>

成功

http://localhost:8082/hello

==》 dev1.0 bus 3

http://localhost:8081/hello

==》 dev1.0 bus 2 

指定刷新全部实例

C:\Users\ibm>curl -X POST http://localhost:8080/bus/refresh

C:\Users\ibm>

http://localhost:8082/hello

==》 dev1.0 bus 3

http://localhost:8081/hello

==》 dev1.0 bus 3

相关文章:

  • 2021-04-10
  • 2021-12-13
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
猜你喜欢
  • 2021-09-08
  • 2022-12-23
  • 2022-01-18
  • 2022-02-08
  • 2021-11-01
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案