spring-cloud-tencent
spring-cloud-tencent copied to clipboard
配置动态刷新的反射模式相关的bean实例化添加conditional判断
What is the feature you want to add?
Why do you want to add this feature?
如果使用refresh_context的方式实现动态配置刷新,也会实例化反射的方式的相关bean,可以看看能否不实例化。
How to implement this feature?
添加@ConditionalOnConfigReflectEnabled注解,并添加到响应的bean实例化方法上。
Additional context No.
这个任务给我试试
这个任务给我试试
Sounds cool.