Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个场景,我需要在 Jboss 服务器 7 上执行正常关闭,我的应用程序需要通过正确的日志记录从我的应用程序中清除所有对象,并删除我的应用程序中包含的所有活动会话。我正在使用spring 3.0,spring框架为此提供了什么
您可以实现ApplicationListener或使用 servlet 上下文生命周期侦听器:
ApplicationListener