1 SpringBoot 入门
-
入门级教程(转载)
http://www.ityouknow.com/spring-boot.html -
Springboot教程+原理
https://blog.csdn.net/woshilijiuyi/article/details/82219585 https://yq.aliyun.com/articles/622175?spm=a2c4e.11155435.0.0.710e65bfsUrDo8 -
快速玩转
https://blog.csdn.net/qq_31001665/article/details/69938750
2 配置Configuration
-
用yml .properties 进行配置的原理
https://juejin.cn/post/6844903766978723853 -
如何优雅的使用@配置类
https://www.jianshu.com/p/7f54da1cb2eb https://blog.csdn.net/wo541075754/article/details/87922368 -
决定配置的是:类中的@Bean注释的方法
https://blog.csdn.net/wo541075754/article/details/87922368 -
@configurationBefore 与@ConfigurationAfter使用方法
https://www.jianshu.com/p/346cac67bfcc
3 基础注解用法
-
@Bean中name 和value有啥不同
答案:没有不同 -
介绍@Bean,@Autoware用法
https://www.jianshu.com/p/93727fa9bf23 -
介绍@Bean 和 @resource中的用法
https://blog.csdn.net/qq_35981283/article/details/80002611