摘要: springboot自动装配原理 SpringBootApplication注解 @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited @SpringBootConfiguration 阅读全文
posted @ 2020-03-30 17:58 lin_0110 阅读(227) 评论(0) 推荐(0)
摘要: ConfigurationClassPostProcessor解析 主要是为了解析Configuration类 类图 何时使用 继承了BeanFactoryPostProcessor,会在容器加载的时候使用。 @Override public void refresh() throws BeansE 阅读全文
posted @ 2020-03-30 15:15 lin_0110 阅读(420) 评论(0) 推荐(0)
摘要: mybatis在spring... 阅读全文
posted @ 2020-03-30 11:26 lin_0110 阅读(525) 评论(0) 推荐(0)