yangys
2024-03-30 4684d271ea0107097209f7de0951bf451e48df21
1
2
3
4
5
6
7
8
9
10
11
12
package com.qianwen.core.launch.constant;
 
/**
 * sentinel的功能有:
1.流量控制
2.熔断降级
3.热点参数限流
4.黑白名单控制
 */
public interface SentinelConstant {
    public static final String SENTINEL_ADDR = "127.0.0.1:8858";
}