第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

spring應(yīng)用索引的使用

spring應(yīng)用索引的使用

侃侃無極 2022-11-30 13:47:18
有人可以澄清財產(chǎn)的用途是什么spring.application.index以及我們?yōu)槭裁葱枰鼏???yīng)用.yml:spring:    application:        name: ServiceName        index: 
查看完整描述

2 回答

?
搖曳的薔薇

TA貢獻1793條經(jīng)驗 獲得超6個贊

據(jù)我所知,spring.application.index自 version 以來已被認為已棄用2.0.0.RC1。我通過比較以下這些附錄來判斷:

通過檢查ContextIdApplicationContextInitializer這些版本的源代碼可以證明前面的說法:

/**

 * Placeholder pattern to resolve for application index. The following order is used

 * to find the name:

 * <ul>

 * <li>{@code vcap.application.instance_index}</li>

 * <li>{@code spring.application.index}</li>

 * <li>{@code server.port}</li>

 * <li>{@code PORT}</li>

 * </ul>

 * This order favors a platform defined index over any user defined value.

 */`"${vcap.application.instance_index:${spring.application.index:${server.port:${PORT:null}}}}"`

版本2.0.0.RC1 ContextIdApplicationContextInitializer。可能會發(fā)現(xiàn)索引是自動遞增的 using AtomicLong,這也確保了它的唯一性。有關(guān)源代碼中的更多詳細信息,請參閱內(nèi)部ContextIdApplicationContextInitializer$ContextId類。關(guān)鍵方法是它的構(gòu)造函數(shù):


ContextId createChildId() {

    return new ContextId(this.id + "-" + this.children.incrementAndGet());

}


查看完整回答
反對 回復(fù) 2022-11-30
?
回首憶惘然

TA貢獻1847條經(jīng)驗 獲得超11個贊

/**

 * Placeholder pattern to resolve for application index. The following order is used

 * to find the name:

 * <ul>

 * <li>{@code vcap.application.instance_index}</li>

 * <li>{@code spring.application.index}</li>

 * <li>{@code server.port}</li>

 * <li>{@code PORT}</li>

 * </ul>

 * This order favors a platform defined index over any user defined value.

 */`"${vcap.application.instance_index:${spring.application.index:${server.port:${PORT:null}}}}"`

版本2.0.0.RC1 ContextIdApplicationContextInitializer。可能會發(fā)現(xiàn)索引是自動遞增的 using AtomicLong,這也確保了它的唯一性。有關(guān)源代碼中的更多詳細信息,請參閱內(nèi)部ContextIdApplicationContextInitializer$ContextId類。關(guān)鍵方法是它的構(gòu)造函數(shù):


ContextId createChildId() {

    return new ContextId(this.id + "-" + this.children.incrementAndGet());

}


查看完整回答
反對 回復(fù) 2022-11-30
  • 2 回答
  • 0 關(guān)注
  • 180 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號