2021年5月19日
摘要: 类加载器基本介绍 双亲委派机制 自定义类加载器 不遵循双亲委派机制的情况 spi中的逆向加载spi中的逆向加载 tomcat的逆向加载tomcat的逆向加载 总结 阅读全文
posted @ 2021-05-19 19:14 乡野少年 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 基本介绍 编译 springboot中的注解 自定义注解 总结 阅读全文
posted @ 2021-05-19 19:10 乡野少年 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 基本介绍 基本分类 Spring的应用Spring的应用 优缺点优缺点 阅读全文
posted @ 2021-05-19 19:06 乡野少年 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 反射的概念 实践应用实践应用 优缺点优缺点 阅读全文
posted @ 2021-05-19 19:04 乡野少年 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 本文转载于:https://www.cnblogs.com/bryan31/p/13346588.html 1.背景 Spring的核心思想就是容器,当容器refresh的时候,外部看上去风平浪静,其实内部则是一片惊涛骇浪,汪洋一片。Springboot更是封装了Spring,遵循约定大于配置,加上 阅读全文
posted @ 2021-05-19 19:00 乡野少年 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 类:org.springframework.beans.factory.support.AbstractBeanFactory doGetBean() ↓ getSingleton() 部分源码如下: // Create bean instance. if (mbd.isSingleton()) { 阅读全文
posted @ 2021-05-19 16:02 乡野少年 阅读(121) 评论(0) 推荐(0) 编辑