Spring 文件中将bean注入到想要获得该bean的类中。或者:ApplicationContext app=WebApplicationContextUtils.getWebApplicationContext(event.getServletContext());其中event 是ServletContextEvent 可以在listener中找到