2021年4月27日
摘要: Gson工具类 import com.google.gson.Gson; import java.lang.reflect.Type; /** * Json工具类 */ public class JsonUtil { /** * 私有构造方法 */ private JsonUtil(){} /** 阅读全文
posted @ 2021-04-27 21:51 vow007 阅读(26) 评论(0) 推荐(0) 编辑
摘要: MyBatis 运行流程结构 MyBatis 的整个运行流程结构,紧紧围绕着配置文件 MyBatis-config.xml 与 SQL 映射文件 Mapper.xml 文件展开。首先 SqlSessionFactory 会话工厂会通过 io 包下的 Resources 资源信息加载对象获取 MyBa 阅读全文
posted @ 2021-04-27 21:45 vow007 阅读(2) 评论(0) 推荐(0) 编辑
摘要: jackson工具类: import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.ty 阅读全文
posted @ 2021-04-27 21:32 vow007 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 目录 引言 BeanFactory 简介 启动过程分析 创建 Bean 容器前的准备工作 创建 Bean 容器,加载并注册 Bean Bean 容器实例化完成后 准备 Bean 容器: prepareBeanFactory 初始化所有的 singleton beans 附录 id 和 name 配置 阅读全文
posted @ 2021-04-27 21:15 vow007 阅读(4) 评论(0) 推荐(0) 编辑