From 463269a796b9b36f56f0a7133413d6d9b65a7c91 Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Wed, 6 Dec 2017 14:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ApplicationListener=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/META-INF/application-template.xml | 8 +++- src/org/redkale/boot/Application.java | 23 ++++++++++ src/org/redkale/boot/ApplicationListener.java | 45 +++++++++++++++++++ 3 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 src/org/redkale/boot/ApplicationListener.java diff --git a/src/META-INF/application-template.xml b/src/META-INF/application-template.xml index d6e2158a6..6fd279038 100644 --- a/src/META-INF/application-template.xml +++ b/src/META-INF/application-template.xml @@ -71,7 +71,13 @@ - + + + +