We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: bug report or feature request
我使用了 nacos-spring-boot-starter 引入了nacos-spring-context 1.1.1 部分需要lazyInit 的对象在 nacos 判断 NacosConfigListener 注解是否存在的接口上出现,具体代码 getBeanOfType方法 此处getBean导致了所有Bean都被迫创建,建议改造成 getBeanNameOfType 以及 getType 方式获取Bean的类型,这样不会加载到不应该被提前加载的累
希望 @lazy 注解相关的内容不在此处创建(外部对接服务)
对于注解的扫描可以不必调用getBean ,直到确实有存在注解才去getBean 因为getBean方法在对象没有的时候会走创建逻辑
The text was updated successfully, but these errors were encountered:
解决方案想提个pr
Sorry, something went wrong.
No branches or pull requests
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: