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
SpringBoot 在启动的时候,Spring 先加载application配置文件,在初始化 applicationContext,而disconf的初始化在spring bean注册完成后,这就导致springboot启动时就无法引用到托管的配置文件,想确认一下是否的确存在这个问题???有没有解决方案?
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
@chshzh2000 @fengshuzi @Steinadler 能解决,具体可以参考我写的disconf-spring-boot-starter
欢迎使用我们重新实现的disconf-client https://github.com/zhuchao941/maintainable-disconf-client
完美解决配置加载时间靠后的问题
看到太迟了,用了其它配置中心
No branches or pull requests
SpringBoot 在启动的时候,Spring 先加载application配置文件,在初始化 applicationContext,而disconf的初始化在spring bean注册完成后,这就导致springboot启动时就无法引用到托管的配置文件,想确认一下是否的确存在这个问题???有没有解决方案?
The text was updated successfully, but these errors were encountered: