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
[在此处输入反馈] @NacosInjected存在引入失效的问题,该BUG记录在nacos-group/nacos-examples#28
建议文档中替换方法。通过注入NacosConfigManager 再调用getConfigService方法获取ConfigService。示例代码:
@Autowired private NacosConfigManager nacosConfigManager; public static void main(String[] args) { ConfigService configService = nacosConfigManager.getConfigService(); }
⚠ 请勿编辑此部分。nacos.io ➟ GitHub 问题链接必须具有此部分。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[在此处输入反馈]
@NacosInjected存在引入失效的问题,该BUG记录在nacos-group/nacos-examples#28
建议文档中替换方法。通过注入NacosConfigManager 再调用getConfigService方法获取ConfigService。示例代码:
文档详细信息
⚠ 请勿编辑此部分。nacos.io ➟ GitHub 问题链接必须具有此部分。
The text was updated successfully, but these errors were encountered: