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
描述bug
在官方文档中Apollo.Client组件提供了监听配置变化的事件,但.net6使用的是Framework.Apollo组件,好像并未提供该事件。我们想动态的修改EF Core的连接字符串,并及时生效,是否有好的解决方法?
期望
能够动态的更改数据库连接字符串,Quartz的配置等
The text was updated successfully, but these errors were encountered:
监听IConfiguration变更就可以了
IConfiguration configuration; ChangeToken.OnChange(configuration.GetReloadToken, () => {});
Sorry, something went wrong.
No branches or pull requests
描述bug
在官方文档中Apollo.Client组件提供了监听配置变化的事件,但.net6使用的是Framework.Apollo组件,好像并未提供该事件。我们想动态的修改EF Core的连接字符串,并及时生效,是否有好的解决方法?
期望
能够动态的更改数据库连接字符串,Quartz的配置等
额外的细节和日志
The text was updated successfully, but these errors were encountered: