美文网首页
@RefreshScope and /refresh not w

@RefreshScope and /refresh not w

作者: edgar_chan | 来源:发表于2019-03-13 17:32 被阅读0次

Q:
I tried POSTing to localhost:8080/refresh but getting a 404 Error response.
A:
It worked for me after adding the property "management.endpoints.web.exposure.include=*" in bootstrap.properties and changing the url to /actuator/refresh for spring version above 2.0.0 For spring version 1.0.5 url is /refresh

相关文章

网友评论

      本文标题:@RefreshScope and /refresh not w

      本文链接:https://www.haomeiwen.com/subject/evmtmqtx.html