今天就跟大家聊聊有關(guān)怎么在SpringCloud中利用Zuul實(shí)現(xiàn)一個(gè)網(wǎng)關(guān)功能,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
成都創(chuàng)新互聯(lián)是一家集網(wǎng)站建設(shè),港南企業(yè)網(wǎng)站建設(shè),港南品牌網(wǎng)站建設(shè),網(wǎng)站定制,港南網(wǎng)站建設(shè)報(bào)價(jià),網(wǎng)絡(luò)營(yíng)銷,網(wǎng)絡(luò)優(yōu)化,港南網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競(jìng)爭(zhēng)力??沙浞譂M足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時(shí)我們時(shí)刻保持專業(yè)、時(shí)尚、前沿,時(shí)刻以成就客戶成長(zhǎng)自我,堅(jiān)持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(wǎng)站。API Gateway,時(shí)系統(tǒng)的唯一對(duì)外的入口,介于客戶端和服務(wù)端之間的中間層,處理非業(yè)務(wù)功能,
提供路由請(qǐng)求,鑒權(quán),監(jiān)控,緩存,限流等功能
統(tǒng)一接入
智能路由
AB測(cè)試、灰度測(cè)試
負(fù)載均衡、容災(zāi)處理
日志埋點(diǎn)(類似 Nignx日志)
流量監(jiān)控
限流處理
服務(wù)降級(jí)
安全防護(hù)
鑒權(quán)處理
監(jiān)控
機(jī)器網(wǎng)終隔離
1.添加依賴
注意SpringBoot和SpringCloud版本兼容
org.springframework.cloud spring-cloud-starter-netflix-eureka-client org.springframework.cloud spring-cloud-starter-netflix-zuul com.alibaba fastjson 1.2.28
2.添加啟動(dòng)類注解@EnableZuulProxy
import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.zuul.EnableZuulProxy; @SpringBootApplication @EnableZuulProxy public class ZuulgatewayApplication { public static void main(String[] args) { SpringApplication.run(ZuulgatewayApplication.class, args); } }
3.修改application.yml配置
默認(rèn)訪問(wèn)規(guī)則
http://gateway:port/service-id/**
server: port: 9000 eureka: client: serviceUrl: defaultZone: http://localhost:8761/eureka/ spring: application: name: zuul-gateway #自定義路由映射 #order-service是訂單服務(wù)的名稱,訪問(wèn)路徑為 #舊: http://localhost:9000/order-serice/api/v1/order/find #新: http://localhost:9000/apigateway/order/api/v1/order/find zuul: routes: #方法一: # product-service: /apigateway/product/** # order-service: /apigateway/order/** #方法二: product-route: #路由名稱,可以任意取 service-id: product-service path: /apigateway/product/** order-route: service-id: order-service path: /apigateway/order/** #忽略整個(gè)服務(wù),不對(duì)外提供接口 #多個(gè)服務(wù)用逗號(hào)隔開product-service,order-service #即不能用http://localhost:9000/order-serice/api/v1/order/find方式訪問(wèn) # ignored-services: product-service #正則表達(dá)式忽略多個(gè)服務(wù) ignored-patterns: /*-service/** sensitive-headers: #zuul使用Ribbon負(fù)載均衡,所以要配置ribbon超時(shí)時(shí)間,否則很短 host: connect-timeout-millis: 15000 #HTTP連接超時(shí)要比Hystrix的大 socket-timeout-millis: 60000 #socket超時(shí) ribbon: ReadTimeout: 10000 ConnectTimeout: 10000
4.Zuul網(wǎng)關(guān)注意事項(xiàng)
默認(rèn)情況,請(qǐng)求頭header不會(huì)傳遞Cookie,Set-Cookie,Authorization信息,這些信息會(huì)顯示為空
如果需要傳遞,則修改application.yml配置
zuul: sensitive-headers:
5.訪問(wèn)路徑
http://127.0.0.1:9000/apigateway/product/api/v1/product/find?id=1
http://127.0.0.1:9000/apigateway/order/api/v1/order/test?product_id=1
圖1
看完上述內(nèi)容,你們對(duì)怎么在SpringCloud中利用Zuul實(shí)現(xiàn)一個(gè)網(wǎng)關(guān)功能有進(jìn)一步的了解嗎?如果還想了解更多知識(shí)或者相關(guān)內(nèi)容,請(qǐng)關(guān)注創(chuàng)新互聯(lián)網(wǎng)站建設(shè)公司行業(yè)資訊頻道,感謝大家的支持。
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)建站www.cdcxhl.com,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。