Use beanFactory getBean replaced old
parent
1a36c944fb
commit
6ad88506e8
|
@ -19,6 +19,9 @@ import org.springframework.util.Assert;
|
|||
public class SOSContextHolder implements BeanFactoryAware, InitializingBean {
|
||||
|
||||
|
||||
/**
|
||||
* @since 2.1.0
|
||||
*/
|
||||
private static BeanFactory beanFactory;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue