在重新设置了后的bootstrap.yml和application.yml后,可以看到bus-refresh的端点请求了.在之前bootstrap也可以设定哪个端点是可见,哪个未见.
如:
#actuator 开通所有端点 management.endpoints.web.exposure.include=* management.endpoint.shutdown.enabled=true management.endpoint.health.show-details=always
开放某些端点,关闭某些端点
原版中将rabbitMQ更新配置文件到现项目中的util工具类改为controller 可用.
更改的项目中,还没有展示出来.
一次次对比项目,最后发现症结在
studentController上面缺少一个 @RefreshScope 注解
demo:
https://github.com/deadzq/springcloudbus