2021
09-16
09-16
spring框架学习总结
目录Spring框架概述Spring优点Spring体系结构Spring拓展SpringBoot与SpringCloudSpringIoC容器(IoC也称为依赖项注入(DI),或DI是实现IoC的一种方法)IoC容器概述Spring入门程序IoC创建对象的三种方式通过无参构造(要提供set方法)通过有参构造(要提供get方法)通过工厂类Spring依赖注入(DI)和Bean的作用域Spring常用配置及属性Spring自动装配Spring注解开发环境搭建使用@ComponentScan自动扫描组件并指定扫描规则使用...
继续阅读 >