1 一 2.springboot运行成功 3. 4.ioc控制反转:把程序对类的控制权交给spring配置文件di依赖注入:在配置文件中写类需要的属性5.bean可以通过factory-method属性通过一个工厂类建立bean6.每个bean默认是单例的7.bean的生命周期包括init和destroy8.声明属性有两种方式:一种<constructor-arg 传参>构造方法 <property name="xxx">seeter方法9.p名称属性注入