forked from github/dataease
feat(仪表板): 新增下拉树接口
This commit is contained in:
parent
76d8c78c5c
commit
4d9cc0efd2
@ -19,4 +19,9 @@ public class ProviderFactory {
|
|||||||
}
|
}
|
||||||
return SpringContextUtil.getApplicationContext().getBean(type + "DsProvider", Provider.class);
|
return SpringContextUtil.getApplicationContext().getBean(type + "DsProvider", Provider.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Provider getDefaultProvider() {
|
||||||
|
return SpringContextUtil.getApplicationContext().getBean("calciteProvider", Provider.class);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user