SpringBoot热更新
SpringBoot中配置属性热更新的轻量级实现方案
目录一、为什么需要“轻量级”热更新?二、核心原理:3个关键技术点2.1 配置文件监听:WatchService2.2 属性刷新:Environment与ConfigurationProperties2.3 事件通知:ApplicationEvent三、手把手实现:不[详细]
2025-07-27 12:26 分类:开发Where can I find project repositories with continuous testing?
I am interested in studying some test logs from different projects, in order to build and test an application for school. I need to analyze the parts of the code which are tested, the bugs which appea[详细]
2022-12-29 04:31 分类:问答