类 GatewayAutoConfigure.DynamicRouteConfigurer.DynamicRouteNacosConfigurer
java.lang.Object
cn.bbwres.biscuit.gateway.GatewayAutoConfigure.DynamicRouteConfigurer.DynamicRouteNacosConfigurer
@ConditionalOnClass(cn.bbwres.biscuit.nacos.operation.NacosConfigOperation.class)
@Configuration
protected static class GatewayAutoConfigure.DynamicRouteConfigurer.DynamicRouteNacosConfigurer
extends Object
nacos 配置
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明gatewayRouteNacosProcessor(NacosConfigOperation nacosConfigOperation, DefaultGatewayRoute defaultGatewayRoute, GatewayProperties gatewayProperties, org.springframework.core.env.Environment environment) 动态路由
-
构造器详细资料
-
DynamicRouteNacosConfigurer
protected DynamicRouteNacosConfigurer()
-
-
方法详细资料
-
gatewayRouteNacosProcessor
@Bean public GatewayRouteNacosProcessor gatewayRouteNacosProcessor(NacosConfigOperation nacosConfigOperation, DefaultGatewayRoute defaultGatewayRoute, GatewayProperties gatewayProperties, org.springframework.core.env.Environment environment) 动态路由- 参数:
nacosConfigOperation- nacosConfigOperationdefaultGatewayRoute- defaultGatewayRoutegatewayProperties- gatewayPropertiesenvironment- environment- 返回:
- GatewayRouteNacosProcessor
-