java web获取spring容器中bean的几种方式
一、注解的bean
1、
ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(request.getSession().getServletContext());
WorkContentService workContentService = (WorkContentService) a...
原创
2018-07-31 16:55:16 ·
1901 阅读 ·
0 评论