91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

升級Spring Cloud到Finchley后會遇到什么坑

發布時間:2021-09-09 14:10:41 來源:億速云 閱讀:97 作者:小新 欄目:編程語言

這篇文章主要為大家展示了“升級Spring Cloud到Finchley后會遇到什么坑”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“升級Spring Cloud到Finchley后會遇到什么坑”這篇文章吧。

最近為了使用Kotlin以及Webflux進行后臺應用開發,把Spring Cloud版本升級到了Finchley。

這種大版本的提升,坑自然是少不了的,我最近會把遇到問題都總結在這里避免大家花太多時間在排坑上:

Failed to bind properties under ‘eureka.instance.instance-id' to java.lang.String:
Description:

Failed to bind properties under 'eureka.instance.instance-id' to java.lang.String:

    Property: eureka.instance.instance-id
    Value: ${spring.cloud.client.ipAddress}:${spring.application.name}:${spring.application.instance_id:${server.port}}
    Origin: "eureka.instance.instance-id" from property source "bootstrapProperties"
    Reason: Could not resolve placeholder 'spring.cloud.client.ipAddress' in value "${spring.cloud.client.ipAddress}:${spring.application.name}:${spring.application.instance_id:${server.port}}"

spring.cloud.client.ipAddress這個參數已經不能被識別了

我們來看看源碼:

# org.springframework.cloud.client.HostInfoEnvironmentPostProcessor

@Override
  public void postProcessEnvironment(ConfigurableEnvironment environment,
      SpringApplication application) {
    InetUtils.HostInfo hostInfo = getFirstNonLoopbackHostInfo(environment);
    LinkedHashMap<String, Object> map = new LinkedHashMap<>();
    map.put("spring.cloud.client.hostname", hostInfo.getHostname());
    map.put("spring.cloud.client.ip-address", hostInfo.getIpAddress());
    MapPropertySource propertySource = new MapPropertySource(
        "springCloudClientHostInfo", map);
    environment.getPropertySources().addLast(propertySource);
  }

發現原來的ipAddress已經改為ip-address,那么我們在配置中心做相應的改正即可。

注:改為ip-address不會對之前的老版本的項目產生影響,會自動解析并正確賦值

以上是“升級Spring Cloud到Finchley后會遇到什么坑”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

珲春市| 玛纳斯县| 秭归县| 乌鲁木齐市| 刚察县| 海丰县| 抚松县| 德庆县| 芮城县| 马尔康县| 胶南市| 怀化市| 克拉玛依市| 淮北市| 大荔县| 瑞丽市| 沁源县| 子长县| 永春县| 苍溪县| 湟源县| 金沙县| 桃江县| 共和县| 龙里县| 七台河市| 日土县| 茌平县| 宁远县| 棋牌| 威海市| 偃师市| 临城县| 芦溪县| 古浪县| 郑州市| 宁强县| 平乡县| 金湖县| 民县| 浙江省|