spring:
cloud:
gateway:
routes: #路由配置
uri: lb://provider #目标路径
看下图就一目了然了
org.springframework.cloud.gateway.discovery.DiscoveryLocatorProperties
spring:
cloud:
gateway:
routes: #路由配置
uri: lb://provider #目标路径
看下图就一目了然了
org.springframework.cloud.gateway.discovery.DiscoveryLocatorProperties