参考视频网址:https://www.bilibili.com/video/BV15b4y117RJ?p=163
- spring 的注解可分为三大类:第一种是spring本身自带的:例如处理扫描和配置的注解:@controller,@Service,@component,@Repository。第二种是web相关:常用的比如@requestmapping,获取路径参数:@PathVariable。第三种是springboot所带的注解:比较重要的是@springbootapplication
启动切面代理
spring boot
条件注解
@bean @configration
@configration定义工厂bean,使用代理模式,查询bean方法是否已经存在容器中。
@bean修饰方法 此方法重载(本类)无效
@value注入失效问题
@import注入
@springbootapplication
是三者的组合:
springbootconfigration
enableautoconfigration
componentscan