我一直在寻找答案,但找不到任何可以解决我的问题的方法,我有 web.xml 文件,其中有一个侦听器,没关系
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
但是,当我想添加额外的检查会话时
<listener>
<listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
</listener>
应用程序甚至没有加载,没有错误或任何东西,有什么想法有什么问题吗?