SpringBoot-Labs
SpringBoot-Labs copied to clipboard
about SentinelConfig.APP_TYPE
// 【重点】设置应用类型为 Spring Cloud Gateway
System.setProperty(SentinelConfig.APP_TYPE, ConfigConstants.APP_TYPE_SCG_GATEWAY);
SentinelConfig.APP_TYPE是错误的