spring----IOC知识点
Posted yanxiaoge
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring----IOC知识点相关的知识,希望对你有一定的参考价值。
//可以修改Bean定义的属性(不是修改Bean) @Component public class TulingBeanFactoryProcessor implements BeanFactoryPostProcessor @Override public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException beanFactory.getBeanDefinition("user").setLazyInit(false);
以上是关于spring----IOC知识点的主要内容,如果未能解决你的问题,请参考以下文章