如何获得Spring容器里管理的Bean,。不论是Service层,还是实体Dao层,
下面的这个必须配置,否则必出错,空指针
下面的这个是代码
而获得bean代码如下:
serviceManagerImpl_fl=(ServiceManagerDao)MyApplicationContextUtil.getApplicationContext().getBean("serviceManagerImpl_fl");
时间: 2024-10-05 14:29:43
如何获得Spring容器里管理的Bean,。不论是Service层,还是实体Dao层,
下面的这个必须配置,否则必出错,空指针
下面的这个是代码
而获得bean代码如下:
serviceManagerImpl_fl=(ServiceManagerDao)MyApplicationContextUtil.getApplicationContext().getBean("serviceManagerImpl_fl");