69707172737475
// 添加一个ApplicationContext监听器 BundleApplicationContextUtils .addApplicationContextListener(applicationContextListener); // 注册Servlet WebContext.registerServlet("/test", new TestServlet(), null); }