久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術(shù)文章
文章詳情頁

基于Spring Cloud Zookeeper實(shí)現(xiàn)服務(wù)注冊與發(fā)現(xiàn)

瀏覽:3日期:2023-08-01 10:06:28

服務(wù)注冊

1.添加Spring Cloud Zookeeper依賴:

<dependencies><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-zookeeper-discovery</artifactId><exclusions><exclusion><groupId>org.apache.zookeeper</groupId><artifactId>zookeeper</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.apache.zookeeper</groupId><artifactId>zookeeper</artifactId><version>3.6.2</version><exclusions><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency></dependencies>

2.在服務(wù)配置文件中添加zookeeper配置:

spring: cloud: zookeeper: connect-string: localhost:2181 #zookeeper地址

3.啟動(dòng)zookeeper服務(wù)器和服務(wù)(我這邊是啟動(dòng)了兩個(gè)服務(wù),分別是provider和consumer),然后在zookeeper客戶端中可以查看已經(jīng)注冊到zookeeper中的服務(wù):

基于Spring Cloud Zookeeper實(shí)現(xiàn)服務(wù)注冊與發(fā)現(xiàn)

服務(wù)發(fā)現(xiàn)

1.創(chuàng)建controller

消費(fèi)者controller:

package com.buhe.zk.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.cloud.client.ServiceInstance;import org.springframework.cloud.client.discovery.DiscoveryClient;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.RestController;import org.springframework.web.client.RestTemplate;import java.util.List;@RestControllerpublic class ZkConsumerController { private static final String SERVICE_NAME = 'provider'; private static final String SERVICE_PATH = '/zk/provider'; @Autowired private RestTemplate restTemplate; @Autowired private DiscoveryClient discoveryClient; /** * 調(diào)用提供者服務(wù) * @return */ @GetMapping('/zk/consumer') public String zkConsumer(){ return '我吃了' + restTemplate.getForObject('http://' + SERVICE_NAME + SERVICE_PATH, String.class); } /** * 獲取提供者服務(wù)URL * @return */ @GetMapping('/zk/url') public String serviceUrl() { List<ServiceInstance> list = discoveryClient.getInstances(SERVICE_NAME); if (list != null && list.size() > 0 ) { return list.get(0).getUri().toString() + SERVICE_PATH; } return null; }}

要使用RestTemplate別忘了加配置:

@Bean@LoadBalancedpublic RestTemplate restTemplate(){return new RestTemplate();}

提供者controller:

package com.buhe.zk.controller;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.RestController;@RestControllerpublic class ZkProviderController { @GetMapping('/zk/provider') public String zkProvider(){ return '10個(gè)蘋果'; }}

2.服務(wù)調(diào)用

基于Spring Cloud Zookeeper實(shí)現(xiàn)服務(wù)注冊與發(fā)現(xiàn)

以上就是基于Spring Cloud Zookeeper實(shí)現(xiàn)服務(wù)注冊與發(fā)現(xiàn)的詳細(xì)內(nèi)容,更多關(guān)于Spring Cloud Zookeeper服務(wù)注冊與發(fā)現(xiàn)的資料請關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 在线观看亚洲大片短视频 | 一区久久| 综合五月激情 | 亚洲第一免费视频网站 | 欧美成人手机在线 | 亚洲天堂久久 | 欧美成人午夜视频 | 久久久久久久99精品免费观看 | 亚洲成人精品一区二区三区 | 999视频在线免费观看 | 免费观看毛片 | 999国产在线 | 91精品久久 | 毛片国产| 四虎av| 国产中文在线 | 伊人国产在线 | 日韩精品视频在线观看免费 | 日韩成人一区二区 | 国产高清av在线一区二区三区 | 美女h在线观看 | 日韩精品一区二区三区老鸭窝 | 六月丁香在线观看 | 一级片免费视频 | 欧美精品www | 亚洲综合二区 | 日韩免费 | 日韩欧美h| 精品国产一区二区三区久久影院 | 国产午夜视频 | 久久久精品 | 国产视频精品在线 | jizz中国zz女人18高潮 | 欧美日韩精品久久 | 黄a一级 | 久久免费小视频 | 91麻豆精品国产91久久久资源速度 | 欧美 国产精品 | 亚洲品质自拍视频网站 | 欧美日本久久 | 91精品中文字幕一区二区三区 |