第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Zuul 代理不路由

Zuul 代理不路由

慕無忌1623718 2021-07-20 17:16:55
在使用 spring 微服務(wù)時(shí),我無法通過 zuul 代理路由 api這是我的代碼尤爾卡:應(yīng)用程序.ymlspring:  application:    name: api  cloud:    config:      enabled: trueserver:  port: ${PORT:8761}eureka:  client:    registerWithEureka: false    fetchRegistry: false    serviceUrl:      defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/  instance:    hostname: localhost祖爾:應(yīng)用程序.ymlspring:  application:    name: proxy-serverserver:  port: 8079eureka:  client:    serviceUrl:      defaultZone: http://localhost:8761/eureka  fetchRegistry: truezuul:  ignored-services: '*'  prefix: /api  routes:    account:        path: /account/**        serviceId: account        stripPrefix: false  host:    socket-timeout-millis: 30000ribbion:  eureka:    enabled: true賬戶申請(qǐng).ymlribbion:  eureka:    enabled: trueeureka:  instance:    preferIpAddress: true  client:    serviceUrl:      defaultZone: ${EUREKA_URI:http://localhost:8761/eureka}    instance:      preferIpAddress: true依賴:<dependencyManagement>    <dependencies>        <dependency>            <groupId>org.springframework.cloud</groupId>            <artifactId>spring-cloud-dependencies</artifactId>            <version>Finchley.SR1</version>            <type>pom</type>            <scope>import</scope>        </dependency>    </dependencies></dependencyManagement>現(xiàn)在 urllocalhost:8080/user/工作正常,但localhost:8080/api/account/user/拋出 404。不確定我在這里做錯(cuò)了什么,任何見解都會(huì)有所幫助,如果您需要其他詳細(xì)信息,請(qǐng)告訴我
查看完整描述

2 回答

?
郎朗坤

TA貢獻(xiàn)1921條經(jīng)驗(yàn) 獲得超9個(gè)贊

我想您忘記在 account application.yml 中添加帳戶服務(wù)的名稱

spring:
     application:
           name: account


查看完整回答
反對(duì) 回復(fù) 2021-07-29
  • 2 回答
  • 0 關(guān)注
  • 410 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)