摘要:
在使用springboot的过程中,遇到过各种各样的小问题。 下面我将我所遇到过得问题做一个小的总结,算是做一个记录。 1. **导包错误导致的启动程序时报错:**Could not autowire. No beans of 'xxxx' type found(或者required a bean 阅读全文
摘要:
1.Spring IoC的概念: Spring 中将每个需要管理的对象称为 Spring Bean ,简称Bean,而Spring中用来管理这些对象的容器就被称为 Spring IoC。 2.Spring IoC实现的理论基础: 所有IoC容器都需要实现接口 BeanFactory,下面截取Bean 阅读全文