亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

上饶县| 三河市| 东兰县| 眉山市| 青川县| 洪泽县| 阿拉善盟| 启东市| 三门县| 靖远县| 江津市| 宁南县| 仁寿县| 周至县| 德清县| 崇左市| 九龙县| 汉寿县| 肇庆市| 色达县| 海阳市| 莒南县| 清河县| 城步| 开远市| 德安县| 阜新市| 大同县| 金沙县| 连城县| 手游| 刚察县| 日喀则市| 商丘市| 徐闻县| 庆安县| 三门峡市| 丹巴县| 定州市| 哈尔滨市| 习水县|