91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

灵台县| 商城县| 芦山县| 大连市| 鸡东县| 河津市| 道孚县| 上杭县| 深水埗区| 天峨县| 仙居县| 离岛区| 湘潭市| 开封市| 彰化市| 翁源县| 林甸县| 固阳县| 文山县| 太保市| 柞水县| 内江市| 沽源县| 日喀则市| 温宿县| 河东区| 甘肃省| 密云县| 丁青县| 永顺县| 灵寿县| 岑巩县| 上饶市| 承德市| 梧州市| 太仆寺旗| 武山县| 木兰县| 阳山县| 新竹市| 广德县|