摘要: Spring事件监听器使用 1.Spring事件监听体系包括三个组件:事件、事件监听器,事件广播器。 事件:定义事件类型和事件源,需要继承ApplicationEvent。 package com.ybe.eventLisitener; import org.springframework.cont 阅读全文
posted @ 2022-03-27 16:00 bei_er 阅读(484) 评论(0) 推荐(0) 编辑