Spring Cloud Config配置中心curl刷新服务端3344 出现405错误

问题描述:

使用以下命令刷新配置中心服务端:

curl -X POST "http://localhost:3344/actuator/bus-refresh"

出现405错误:

{"timestamp":"2022-04-07T07:23:58.153+00:00","status":405,"error":"Method Not Allowed","trace":"org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported\r\n\tat org.springframework.web.servlet.mvc.method.

问题解决:

将原来的配置命令修改成下命令

curl -X POST "http://localhost:3344/actuator/busrefresh"

问题分析:

访问http://localhost:3344/actuator返回结果进行分析,最新链接已经修改为busrefresh,所以修改配置命令即可;

{
  "_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
    }
  }
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值