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
在升级了 SC Version 2020.0.3、SB:2.5.4 后,bootstrap 文件不读取问题。
引入 spring-cloud-starter-bootstrap 依赖
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId> <version>3.0.3</version> </dependency>
https://docs.spring.io/spring-cloud-config/docs/3.0.3/reference/html/#config-first-bootstrap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述:
在升级了 SC Version 2020.0.3、SB:2.5.4 后,bootstrap 文件不读取问题。
方案:
引入 spring-cloud-starter-bootstrap 依赖
参考文档:
https://docs.spring.io/spring-cloud-config/docs/3.0.3/reference/html/#config-first-bootstrap
The text was updated successfully, but these errors were encountered: