dashboard: fix wrong bean name of FlowRuleZookeeperProvider sample (#765)

This commit is contained in:
threedr3am 2019-05-16 13:34:35 +08:00 committed by Eric Zhao
parent 0508c92665
commit 83ab401ab4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.List;
@Component("flowRuleZookeeperPublisher")
@Component("flowRuleZookeeperProvider")
public class FlowRuleZookeeperProvider implements DynamicRuleProvider<List<FlowRuleEntity>> {
@Autowired