赞
踩
报错问题:Unable to find RoutePredicateFactory with name path
原因:path中的p没有大写Path
解决:Path 中 P 一定要大写
- gateway:
- routes:
- - id: user-service
- uri: lb://userservice
- predicates:
- - Path=/user/**
- - id: order-service
- uri: lb://orderservice
- predicates:
- - Path=/order/**
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。