List of usage examples for org.springframework.web.context.support XmlWebApplicationContext setAllowBeanDefinitionOverriding
public void setAllowBeanDefinitionOverriding(boolean allowBeanDefinitionOverriding)
From source file:com.scf.web.context.spring.SpringApplicationContextInitializer.java
@Override public void initialize(XmlWebApplicationContext applicationContext) { applicationContext.setAllowBeanDefinitionOverriding(false); }