我正在使用具有基本身份验证和配置客户端的Spring Cloud Config服务器[git repo]
Spring Boot:2.0.0.RELEASE Spring Cloud:Finchley.M8
在Spring中,客户端刷新方法时发布(http://localhost:8080/refresh)得到以下错误消息
{
"timestamp": "2018-03-04T13:40:36.256+0000",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/refresh"
}
答案 0 :(得分:0)
在application.properties中添加以下内容
management.endpoints.web.exposure.include=refresh
并点击执行器的新端点。
/actuator/refresh