mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
【调整】FlowBus::addSpringScanNode 更名为 FlowBus::addManagedNode
This commit is contained in:
@@ -19,7 +19,7 @@ public class SpringContextCmpInit implements ContextCmpInit {
|
||||
public void initCmp() {
|
||||
for (Map.Entry<String, NodeComponent> componentEntry : ComponentScanner.nodeComponentMap.entrySet()) {
|
||||
if (!FlowBus.containNode(componentEntry.getKey())) {
|
||||
FlowBus.addSpringScanNode(componentEntry.getKey(), componentEntry.getValue());
|
||||
FlowBus.addManagedNode(componentEntry.getKey(), componentEntry.getValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user