随笔分类 -  springboot

摘要:BeanFactory系列 DefaultListableBeanFactory 描述 BeanFactory 定义容器接口。 核心方法: //从容器中获取bean Object getBean(String name) throws BeansException; HierarchicalBean 阅读全文
posted @ 2023-05-11 11:37 dev_liufq 阅读(44) 评论(0) 推荐(0)
摘要:springboot自定义starter 概述 适用场景 starter即“场景”,可以将某一应用场景的模块整体封装起来,方便复用。 starter的命名规则 SpringBoot提供的starter以spring-boot-starter-xxx的方式命名的。官方建议自定义的starter使用xx 阅读全文
posted @ 2021-09-27 16:26 dev_liufq 阅读(447) 评论(0) 推荐(0)