mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind feature /milestone 2.4.x /area core #### What this PR does / why we need it: 提供 ReactiveSettingFetcher 供插件获取配置 此 PR 基于原有的阻塞的 SettingFetcher 逻辑挪到 DefaultReactiveSettingFetcher 中并将阻塞的实现用 Reactive 得代理,不需要测试,单元测试过了即可。 可以尝试在插件中依赖注入 ReactiveSettingFetcher 看是否能正确注入 #### Which issue(s) this PR fixes: Fixes #3620 #### Does this PR introduce a user-facing change? ```release-note 提供 ReactiveSettingFetcher 供插件获取配置 ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle |