App下載

詞條

大約有 1,300 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0025秒)

891.SpringCloud @Async帶注釋的方法

Spring Cloud Sleuth中,我們檢測(cè)與異步相關(guān)的組件,以便在線程之間傳遞跟蹤信息。您可以通過將spring.sleuth.async.enabled的值設(shè)置為false來禁用此行為。如果您使用@Async注釋方法,我們將自動(dòng)創(chuàng)建具有以下特征的新Span:如果該方法...

http://www.o2fo.com/scchinese/async-annotated-method.html

892.SpringCloud 項(xiàng)目Reactor

對(duì)于取決于項(xiàng)目Reactor的項(xiàng)目,例如Spring Cloud網(wǎng)關(guān),建議將spring.sleuth.reactor.decorate-on-each選項(xiàng)設(shè)置為false。這樣,與標(biāo)準(zhǔn)儀器機(jī)制相比,應(yīng)觀察到性能提高。此選項(xiàng)的作用是它將包裝修飾符onLast而不是onEach,這將導(dǎo)致創(chuàng)建的對(duì)象少...

http://www.o2fo.com/scchinese/project-reactor.html

893.SpringCloud 帶有Hystrix的斷路器

通過在項(xiàng)目pom.xml:spring-cloud-starter-hystrix中包含此啟動(dòng)程序,應(yīng)用程序可以使用Spring Cloud Netflix項(xiàng)目提供的Hystrix斷路器。Hystrix不依賴Netflix Discovery Client。@EnableHystrix批注應(yīng)放在配置類(通常是主類)上。然后可以用@HystrixCommand注...

http://www.o2fo.com/scchinese/circuit-breaker-with-hystrix.html

894.SpringCloud git2consul與配置

...Properties文件分別受文件擴(kuò)展名.yml和.properties的支持。將spring.cloud.consul.config.format屬性設(shè)置為FILES。例如:bootstrap.yml。 spring: cloud: consul: config: format: FILES 給定/config中的以下鍵,development配置文件和應(yīng)用程序名稱foo:.gitignore applica...

http://www.o2fo.com/scchinese/git2consul-and-configuration.html

895.SpringCloud 使用DiscoveryClient

Spring Cloud 使用邏輯服務(wù)名稱而不是物理URL 支持 Feign (REST客戶端生成器)和 Spring RestTemplate。您還可以使用org.springframework.cloud.client.discovery.DiscoveryClient,它為發(fā)現(xiàn)客戶端提供了一個(gè)不特定于Netflix的簡(jiǎn)單API,如以下示例所示:@Au...

http://www.o2fo.com/scchinese/springcloud-using-discoveryclient.html

896.SpringCloud Ribbon與Zookeeper

Spring Cloud Zookeeper提供了Ribbon的ServerList的實(shí)現(xiàn)。使用spring-cloud-starter-zookeeper-discovery時(shí),默認(rèn)情況下Ribbon被自動(dòng)配置為使用ZookeeperServerList。

http://www.o2fo.com/scchinese/ribbon-and-zookeeper.html

897.SpringCloud 所需的依賴關(guān)系

...導(dǎo)期間無法本地化所需的依賴關(guān)系,則會(huì)引發(fā)異常,并且Spring上下文無法設(shè)置。換句話說,如果所需的依賴項(xiàng)未在Zookeeper中注冊(cè),則您的應(yīng)用程序?qū)o法啟動(dòng)。您可以在本文檔后面的內(nèi)容中詳細(xì)了解Spring Cloud Zookeeper Presence Checker...

http://www.o2fo.com/scchinese/required-dependencies.html

898.SpringCloud 激活

包括對(duì)org.springframework.cloud:spring-cloud-starter-zookeeper-config的依賴項(xiàng)將啟用設(shè)置Spring Cloud Zookeeper Config的自動(dòng)配置。 當(dāng)使用Zookeeper的3.4版本時(shí),您需要按此處所述更改包含依賴項(xiàng)的方式。

http://www.o2fo.com/scchinese/springcloud-activation.html

899.SpringCloud 訪問控制列表(ACL)

...含在以逗號(hào)分隔的列表中,該列表設(shè)置為resources/META-INF/spring.factories文件中org.springframework.cloud.bootstrap.BootstrapConfiguration屬性的值,如圖所示在以下示例中:資源/META-INF/spring.factories。 org.springframework.cloud.bootstrap.BootstrapConfiguration=...

http://www.o2fo.com/scchinese/access-control-list-acl.html

900.SpringCloud 單點(diǎn)登錄

所有OAuth2 SSO和資源服務(wù)器功能已在版本1.3中移至Spring Boot。您可以在Spring Boot用戶指南中找到文檔 。

http://www.o2fo.com/scchinese/scchinese-yjsu3unp.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

891.SpringCloud @Async帶注釋的方法

Spring Cloud Sleuth中,我們檢測(cè)與異步相關(guān)的組件,以便在線程之間傳遞跟蹤信息。您可以通過將spring.sleuth.async.enabled的值設(shè)置為false來禁用此行為。如果您使用@Async注釋方法,我們將自動(dòng)創(chuàng)建具有以下特征的新Span:如果該方法...

http://www.o2fo.com/scchinese/async-annotated-method.html

892.SpringCloud 項(xiàng)目Reactor

對(duì)于取決于項(xiàng)目Reactor的項(xiàng)目,例如Spring Cloud網(wǎng)關(guān),建議將spring.sleuth.reactor.decorate-on-each選項(xiàng)設(shè)置為false。這樣,與標(biāo)準(zhǔn)儀器機(jī)制相比,應(yīng)觀察到性能提高。此選項(xiàng)的作用是它將包裝修飾符onLast而不是onEach,這將導(dǎo)致創(chuàng)建的對(duì)象少...

http://www.o2fo.com/scchinese/project-reactor.html

893.SpringCloud 帶有Hystrix的斷路器

通過在項(xiàng)目pom.xml:spring-cloud-starter-hystrix中包含此啟動(dòng)程序,應(yīng)用程序可以使用Spring Cloud Netflix項(xiàng)目提供的Hystrix斷路器。Hystrix不依賴Netflix Discovery Client。@EnableHystrix批注應(yīng)放在配置類(通常是主類)上。然后可以用@HystrixCommand注...

http://www.o2fo.com/scchinese/circuit-breaker-with-hystrix.html

894.SpringCloud git2consul與配置

...Properties文件分別受文件擴(kuò)展名.yml和.properties的支持。將spring.cloud.consul.config.format屬性設(shè)置為FILES。例如:bootstrap.yml。 spring: cloud: consul: config: format: FILES 給定/config中的以下鍵,development配置文件和應(yīng)用程序名稱foo:.gitignore applica...

http://www.o2fo.com/scchinese/git2consul-and-configuration.html

895.SpringCloud 使用DiscoveryClient

Spring Cloud 使用邏輯服務(wù)名稱而不是物理URL 支持 Feign (REST客戶端生成器)和 Spring RestTemplate。您還可以使用org.springframework.cloud.client.discovery.DiscoveryClient,它為發(fā)現(xiàn)客戶端提供了一個(gè)不特定于Netflix的簡(jiǎn)單API,如以下示例所示:@Au...

http://www.o2fo.com/scchinese/springcloud-using-discoveryclient.html

896.SpringCloud Ribbon與Zookeeper

Spring Cloud Zookeeper提供了Ribbon的ServerList的實(shí)現(xiàn)。使用spring-cloud-starter-zookeeper-discovery時(shí),默認(rèn)情況下Ribbon被自動(dòng)配置為使用ZookeeperServerList。

http://www.o2fo.com/scchinese/ribbon-and-zookeeper.html

897.SpringCloud 所需的依賴關(guān)系

...導(dǎo)期間無法本地化所需的依賴關(guān)系,則會(huì)引發(fā)異常,并且Spring上下文無法設(shè)置。換句話說,如果所需的依賴項(xiàng)未在Zookeeper中注冊(cè),則您的應(yīng)用程序?qū)o法啟動(dòng)。您可以在本文檔后面的內(nèi)容中詳細(xì)了解Spring Cloud Zookeeper Presence Checker...

http://www.o2fo.com/scchinese/required-dependencies.html

898.SpringCloud 激活

包括對(duì)org.springframework.cloud:spring-cloud-starter-zookeeper-config的依賴項(xiàng)將啟用設(shè)置Spring Cloud Zookeeper Config的自動(dòng)配置。 當(dāng)使用Zookeeper的3.4版本時(shí),您需要按此處所述更改包含依賴項(xiàng)的方式。

http://www.o2fo.com/scchinese/springcloud-activation.html

899.SpringCloud 訪問控制列表(ACL)

...含在以逗號(hào)分隔的列表中,該列表設(shè)置為resources/META-INF/spring.factories文件中org.springframework.cloud.bootstrap.BootstrapConfiguration屬性的值,如圖所示在以下示例中:資源/META-INF/spring.factories。 org.springframework.cloud.bootstrap.BootstrapConfiguration=...

http://www.o2fo.com/scchinese/access-control-list-acl.html

900.SpringCloud 單點(diǎn)登錄

所有OAuth2 SSO和資源服務(wù)器功能已在版本1.3中移至Spring Boot。您可以在Spring Boot用戶指南中找到文檔 。

http://www.o2fo.com/scchinese/scchinese-yjsu3unp.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程