Spring 使用
时间:2014-06-18 10:13:25
收藏:0
阅读:347
一、工具类中使用bean
IService service = (IService)ContextLoader.getCurrentWebApplicationContext().getBean(serviceBeanName);
原文:http://www.cnblogs.com/jianxie/p/3793221.html
评论(0)