今天写创建了一个springboot项目,配置文件从其他项目拷贝了一份bootstrap.yml
之前一直用的application.yml
心想:application.yml 优先级没有bootstrap.yml 高,bootstrap配置文件肯定没问题
项目一跑来,发现配置文件里面的内容没读取到。
之后通过各种查资料,才明白了application.yml 和bootstrap.yml 的区别,不仅仅是优先级的问题蒜泥茄子的做法。
先说我的问题是什么原因吧:
springboot 项目中如果没有依赖 spring-cloud-context 的话,是不会读取bootstrap.properties 文件
也就是说
bootstrap.yml配置是springcloud项目才会用到的。
如果你的项目仅仅是一个springboot项目,只会识别application.yml配置文件。
由于springcloud是基于spr猫和路由器的区别ingboot构建的,所有springcloud项目两种文件都会识别,这个时候才有优先级的说法,springcloud项目是会优先读取bootstrap配置在读取application配置。
引用spring官网的一句话
a spring cloud application operates by creating a “bootstra梦幻的反义词p” context, which is a parent context for the main application. out of the box it is responsible for loading configuration properties from the external sources, a惨淡经营nd also decrypting properties in the local external configuration files.
springcloud 应用是基于 一个 “bootstrap”的上下文运行的。
也就说明了 bootstrap这个配置是springclou教师三年个人发展规划d 应用才会用的。
什么配置在application配置?什么配置在bootstrap里面配置?
1、当使用 spring cloud config rver 的时候,spring.application.name 和 spring.cloud.config.rver.git.uri应该在 bootstrap.yml 里面指定
2、一些加密解密的配置也应该配置在bootstrap里面
英文好的可以参考官网文章:
/d/file/titlepic/multi__spring_cloud_context_application_context_rvices.html
本文发布于:2023-04-04 03:22:24,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/bc99613fab589aad15ffd7faa22b4ac4.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:SpringBoot不读取bootstrap.yml/properties文件问题.doc
本文 PDF 下载地址:SpringBoot不读取bootstrap.yml/properties文件问题.pdf
留言与评论(共有 0 条评论) |