上传者: 38677190
|
上传时间: 2022-03-03 10:34:09
|
文件大小: 3.49MB
|
文件类型: -
这是笔者的学习笔记 在这里与大家分享一下,不墨迹,不卖关子。
SpringBoot自动装配
SpringBoot自动装配用到了以下几个注解
@Conditional
@Enable
@Import
@EnableAutoConfigure
我们以注解为驱动 展开内容
Condition 条件判断
Condition是Spring在4.0引入的条件判断功能,Spring根据这个功能选择性的创建Bean。
下面我们使用SpringDataRedis 来演示一下
案例
创建SpringBoot工程,引入springboot基础设施依赖
org.springframework.boot