-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
public class ProviderServiceFailback implements ProviderService {
@OverRide
public String hello() {
return "provier error!";
}
}
- 当ProviderServiceFailback 在dubbo扫描的包中时,启动后 http://localhost:28080/test 直接调用的是ProviderServiceFailback 实现类
- 当ProviderServiceFailback不在dubbo扫描的包中时,启动后 http://localhost:28080/test 不熔断,直接报错
ElephantGF
Metadata
Metadata
Assignees
Labels
No labels