还可以用film-service去访问
http://localhost:8080/film-service/films
zuul:
routes: ## 路由规则
film-service: ## application.name -> 服务名称
path: /film-api/** ## 匹配规则
cinema-servie:
path: /cinema-api/**
还可以用film-service去访问
http://localhost:8080/film-service/films
zuul:
routes: ## 路由规则
film-service: ## application.name -> 服务名称
path: /film-api/** ## 匹配规则
cinema-servie:
path: /cinema-api/**
相关文章: