1. 程式人生 > >生產環境常見問題之配置中心訪問

生產環境常見問題之配置中心訪問

簡介:講解生產環境部署常見問題,配置中心訪問路徑變化
        
        1、配置中心訪問出錯,路徑不對
           
           解決:在配置檔案修改所有的註冊中心,增加下面配置
        instance:
        instance-id: ${spring.cloud.client.ip-address}:${server.port}
        prefer-ip-address: true

       如圖所示:

       

        docker tag 50a12cd66210 registry.cn-shenzhen.aliyuncs.com/xdclass/xdclass_images:config-server-v20180826