Package top.tangyh.basic.cloud.config
Class GrayscaleConfig
java.lang.Object
top.tangyh.basic.cloud.config.GrayscaleConfig
@ConditionalOnProperty(value="lamp.grayscale.enabled",
havingValue="true",
matchIfMissing=true)
@LoadBalancerClients(defaultConfiguration=GrayscaleLbConfig.class)
public class GrayscaleConfig
extends Object
灰度配置
默认开启,视情况关闭。
- Author:
- zuihou
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GrayscaleConfig
public GrayscaleConfig()
-