SpringCloudBus,Post /actuator/bu

2021-02-16  本文已影响0人  Wannay

尝试去POSThttp://localhost:3344/actuator/bus-refresh
发现:

"status": 405,  
  "error": "Method Not Allowed",  
  "message": "Request method 'POST' not supported",  
  "path": "/actuator/bus-refresh" 

并且配置文件并没有更新,emm!
但是其实新版本,post链接不是这个了,去掉了-,现在是
http://localhost:3344/actuator/busrefresh
成功!
为什么呢?访问

http://localhost:3344/actuator

看到如下内容:

{"_links":{"self":{"href":"http://localhost:3344/actuator","templated":false},"busrefresh-destinations":{"href":"http://localhost:3344/actuator/busrefresh/{*destinations}","templated":true},"busrefresh":{"href":"http://localhost:3344/actuator/busrefresh","templated":false}}}
image.png

于是猜测链接改变了,于是改链接去POST,成功!

上一篇 下一篇

猜你喜欢

热点阅读