移除RestDyncListener

This commit is contained in:
Redkale
2020-09-18 21:00:31 +08:00
parent 76afab3c78
commit 849fe15728
9 changed files with 21 additions and 85 deletions

View File

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