目录一 Nacos 刷新配置的源码阅读二 @refreshScope注解定义使用背景与Nacos配合使用demo总结一 Nacos 刷新配置的源码阅读
1.我们在使用nacos进行修改配置后,需要微服务无需重启即可让配置生效,也就是使配置进行热更新
I am running a small inotify script that sets up a watch on a file. Each time that file is edited and saved, the script notices that a DELETE_SELF event is triggered. Is that normal and if it is why?