中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

SpringCloud中怎么利用zuul實現網關

發布時間:2021-08-09 16:28:08 來源:億速云 閱讀:101 作者:Leah 欄目:編程語言

這篇文章給大家介紹SpringCloud中怎么利用zuul實現網關,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

1.新建項目 spring-zuul

2.引入pom

<dependency>  <groupId>org.springframework.cloud</groupId>  <artifactId>spring-cloud-starter-netflix-zuul</artifactId></dependency>

3.配置

spring: application:  name: spring-zuul http:  encoding:   charset: UTF-8 #設置請求返回UTF-8編碼   force: trueeureka: client:  service-url:   defaultZone: http://localhost:8761/eureka/ instance:  prefer-ip-address: trueserver: port: 8082

4.啟動類注解

import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework.cloud.netflix.eureka.EnableEurekaClient;import org.springframework.cloud.netflix.zuul.EnableZuulProxy;@SpringBootApplication@EnableEurekaClient@EnableZuulProxypublic class SpringZuulApplication {  public static void main(String[] args) {    SpringApplication.run(SpringZuulApplication.class, args);  }}

通過zuul中轉訪問各個業務微服務的url格式: {basePath}/{spring.application.name}/url

{basePath} : 網關zuul項目啟動后的路徑{spring.application.name} 各個具體子系統的微服務名稱,即配置文件中配置的spring.application.nameurl : 各個應用自定的的http接口。

關于SpringCloud中怎么利用zuul實現網關就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

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

AI

定陶县| 健康| 旬邑县| 南城县| 栾川县| 义马市| 密山市| 西城区| 陕西省| 浮梁县| 宁远县| 永仁县| 浑源县| 泰安市| 吴忠市| 连城县| 阳春市| 清涧县| 娱乐| 瑞安市| 宜城市| 北海市| 新源县| 奈曼旗| 额尔古纳市| 奉贤区| 侯马市| 金坛市| 武鸣县| 永寿县| 乐安县| 太仆寺旗| 绍兴县| 二连浩特市| 阿合奇县| 三原县| 宝应县| 伊宁市| 东阳市| 贡觉县| 靖江市|