摘要: 关于SpringBoot中spring.factories文件的常识 此文件结构类似于Map<String, List<String>>,一个键可以对应多个值。如: org.springframework.boot.autoconfigure.AutoConfigurationImportFilte 阅读全文
posted @ 2022-02-21 17:02 xhl_blog 阅读(564) 评论(0) 推荐(0)
摘要: Spring Bean生命周期 关于这个问题,在BeanFactory中很详细的描述了Bean的生命周期 1.BeanNameAware's setBeanName 2.BeanClassLoaderAware's setBeanClassLoader 3.BeanFactoryAware's se 阅读全文
posted @ 2022-02-21 14:32 xhl_blog 阅读(32) 评论(0) 推荐(0)