标签: spring
我的bean有一个@PreDestroy注释方法可以进行一些清理。我想在运行时销毁这个bean(响应一些ApplicationEvent),以便调用它的preDestroy方法。
任何人都可以指导我吗?
由于