增加RestDyncListener功能

This commit is contained in:
Redkale
2020-09-17 15:33:39 +08:00
parent 788f7d5eb1
commit 5921cf5f0d
8 changed files with 54 additions and 13 deletions

View File

@@ -116,7 +116,7 @@
<!--
Application启动的监听事件,可配置多个节点
value: 类名必须是ApplicationListener的子类
value: 类名必须是ApplicationListener或RestDyncListener的子类
-->
<listener value="org.redkalex.xxx.XXXApplicationListener"/>