this.config = filterConfig;
ServletContext sc = config.getServletContext();
ac = WebApplicationContextUtils.getWebApplicationContext(sc);
commonCacheService = ac.getBean(CommonCacheService.class);
本文共 245 字,大约阅读时间需要 1 分钟。
this.config = filterConfig;
ServletContext sc = config.getServletContext();
ac = WebApplicationContextUtils.getWebApplicationContext(sc);
commonCacheService = ac.getBean(CommonCacheService.class);
转载于:https://my.oschina.net/u/1458291/blog/203532