摘要:
GitHub:https://github.com/JDawnF一、运行源码解析先看一下Mybatis的Dao实现类例子,如下:A、 输入流的关闭在输入流对象使用完毕后,不用手工进行流的关闭。因为在输入流被使用完... 阅读全文
摘要:
GitHub:https://github.com/JDawnF一、Mapper接口的工作原理Mapper 接口,对应的关系如下: 接口的全限名,就是映射文件中的 "namespace" 的值。 接口的方法名... 阅读全文
摘要:
GitHub:https://github.com/JDawnF一、MyBatis编程步骤 创建 SqlSessionFactory 对象。 通过 SqlSessionFactory 获取 SqlSessio... 阅读全文
摘要:
GitHub:https://github.com/JDawnFSQL 映射文件只有很少的几个顶级元素(按照应被定义的顺序列出): cache – 对给定命名空间的缓存配置。 cache-ref – 对其他命... 阅读全文
摘要:
GitHub:https://github.com/JDawnF目录一、核心组件1.概述:2. MultipartResolverMultipartResolver 接口,代码如下:3. LocaleResolv... 阅读全文
摘要:
GitHub:https://github.com/JDawnF/learning_note@Controller@Controller 注解,它将一个类标记为 Spring Web MVC 控制器 Contro... 阅读全文
摘要:
GitHub:https://github.com/JDawnF/learning_note目录1、事务2、事务的特性3、列举 Spring 支持的事务管理类型3.1 声明式事务a.基于TransactionIn... 阅读全文
摘要:
GitHub:https://github.com/JDawnF/learning_note目录1、简介1.1 应用场景2、Aspect简介3、AOP相关术语Joinpoint(连接点):Pointcut(切入点... 阅读全文