码迷,mamicode.com
首页 > 编程语言 > 详细

SpringCloud------客户端服务适配配置中心

时间:2020-03-17 08:28:05      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:str   git服务器   --   完成   trap   tps   conf   适配   it服务   

1.前提

配置中心已经完成配置

参考

https://www.cnblogs.com/tianhengblogs/p/12507862.html

 

2.修改application.yml为bootstrap.yml

 

3.修改bootstrap.yml

除了以下配置,其它配置放到git服务器配置

eureka:
  client:
    serviceUrl:
      defaultZone: http://localhost:8761/eureka/

spring:
  application:
    name: product-service
  cloud:
    config:
      discovery:
        enabled: true
        #指定从哪个配置中心读取配置
        service-id: config-server
      #环境dev,test
      profile: test
      #分支master,test
      label: test

 

SpringCloud------客户端服务适配配置中心

标签:str   git服务器   --   完成   trap   tps   conf   适配   it服务   

原文地址:https://www.cnblogs.com/tianhengblogs/p/12508120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!