摘要:
protected <T> T doGetBean(String name, Class<T> requiredType, final Object[] args, boolean typeCheckOnly) throws BeansException { //处理别名,提取对应的beanName 阅读全文
摘要:
@SpringBootApplication 其实是一个组合注解 点进去可以看到三个比较重要的注解为SpringBootConfiguration、EnableAutoConfiguration、ComponentScan @SpringBootConfiguration //标明是一个配置类 @E 阅读全文