From 1c063b57ec0da7c75a611749a1ab34217e249c25 Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Wed, 27 May 2020 15:01:36 +0800 Subject: [PATCH] --- src/org/redkale/boot/Application.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/redkale/boot/Application.java b/src/org/redkale/boot/Application.java index f06dd8864..5a028cdaa 100644 --- a/src/org/redkale/boot/Application.java +++ b/src/org/redkale/boot/Application.java @@ -357,6 +357,7 @@ public final class Application { if (cluster != null) { cluster.setNodeid(this.nodeid); cluster.setTransportFactory(this.sncpTransportFactory); + this.resourceFactory.inject(cluster); cluster.init(cluster.getConfig()); } this.clusterAgent = cluster;