10-5 Zuul ServiceId访问支持
还可以用film-service去访问

http://localhost:8080/film-service/films
10-5 Zuul ServiceId访问支持

 


zuul:
routes: ## 路由规则
film-service: ## application.name -> 服务名称
path: /film-api/** ## 匹配规则
cinema-servie:
path: /cinema-api/**
 

 



10-5 Zuul ServiceId访问支持

 


相关文章:

  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-06-03
猜你喜欢
  • 2022-12-23
  • 2022-01-22
  • 2021-11-21
  • 2022-12-23
  • 2021-06-29
  • 2021-06-11
相关资源
相似解决方案