记录一次SpringBoot3+Nacos Config做配置中心时,No spring.config.import property has been defined的问题
短信预约 -IT技能 免费直播动态提醒
以下为报错信息:
No spring.config.import property has been defined
启动时,控制台已经很明确的给出了一个标准的解决方案:
Add a spring.config.import=nacos: property to your configuration.
If configuration is not required add spring.config.import=optional:nacos: instead.
To disable this check, set spring.cloud.nacos.config.import-check.enabled=false.
经过查阅官方资料,确认从2021.0.5版本起,Spring Cloud将不再默认启用bootstrap 包,所以针对该问题,解决方案有两种:
- application.yml中添加以下配置,用以指定引入的配置文件。
spring: config: import: nacos:xxxx.yaml
- pom或build.gradle中引入boostrap依赖包:
org.springframework.cloud spring-cloud-starter-bootstrap 4.0.1 implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap:4.0.1'
来源地址:https://blog.csdn.net/qq_27047215/article/details/129726096
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341