
springcloud
文章平均质量分 78
willwill1101
人老心不老
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springConfigserver git 本地文件设置
1、config 默认Git加载通过spring.cloud.config.server.git.uri指定配置信息存储的git地址,比如:https://github.com/spring-cloud-samples/config-repo2、加载本地开发环境### config server nativespring.profiles.active=nativespring.cloud.con...转载 2018-04-17 15:17:47 · 967 阅读 · 0 评论 -
springboot配置文件优先级
官网地址:https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.htmlSpring Boot uses a very particular PropertySource order that is designed to allow sensible overrid...原创 2018-04-19 09:44:54 · 408 阅读 · 0 评论