spring actuator
请求:http://localhost:3344/actuator/bus-refresh
返回值:
{
"name": "actuator",
"profiles": [
"bean"
],
"label": null,
"version": "f4a93fb7fd87d4b36be0105e832c23d9b24fff88",
"state": null,
"propertySources": [
]
}
这个返回值其实代表的是没有这个endpoint,或者是被隐藏了



