Spring Boot(六)自定義事件及監聽

事件及監聽並不是SpringBoot的新功能,Spring框架早已提供了完善的事件監聽機制,在Spring框架中實現事件監聽的流程如下: 自定義事件,繼承org.springframework.context.ApplicationEvent抽象類 定義事件監聽器,實現org.springframework.context.ApplicationListener接口 在Spring容器中發佈事件
相關文章
相關標籤/搜索