摘要:
自定义BeanDefinitionRegistryPostProcessor 概述 BeanDefinitionRegistryPostProcessor继承自BeanFactoryPostProcessor,是一种比较特殊的BeanFactoryPostProcessor。BeanDefiniti 阅读全文
摘要:
springboot自定义Starter 自定义Starter命名规则 注意artifactId的命名规则,Spring官方Starter通常命名为spring boot starter {name}如 spring boot starter web, Spring官方建议非官方Starter命名应 阅读全文