From 820af60c195bbf0451c41b468977f5bb45e22427 Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Thu, 28 May 2020 10:03:13 +0800 Subject: [PATCH] --- src/META-INF/application-template.xml | 10 +++++----- src/org/redkale/boot/Application.java | 1 + src/org/redkale/boot/NodeServer.java | 1 + .../{boot => cluster}/ClusterAgent.java | 3 ++- src/org/redkale/mq/MessageAgent.java | 19 ------------------- 5 files changed, 9 insertions(+), 25 deletions(-) rename src/org/redkale/{boot => cluster}/ClusterAgent.java (96%) diff --git a/src/META-INF/application-template.xml b/src/META-INF/application-template.xml index 87006468c..2d8867575 100644 --- a/src/META-INF/application-template.xml +++ b/src/META-INF/application-template.xml @@ -46,25 +46,25 @@