diff --git a/docs/Mybatis/基础支持层/Mybatis-Cache.md b/docs/Mybatis/基础支持层/Mybatis-Cache.md index f3c2f2f..da03acd 100644 --- a/docs/Mybatis/基础支持层/Mybatis-Cache.md +++ b/docs/Mybatis/基础支持层/Mybatis-Cache.md @@ -1,7 +1,7 @@ # mybatis 缓存 - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis Cache 源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - `org.apache.ibatis.cache.Cache` ```java diff --git a/docs/Mybatis/基础支持层/Mybatis-Reflector.md b/docs/Mybatis/基础支持层/Mybatis-Reflector.md index 764df15..cb27c26 100644 --- a/docs/Mybatis/基础支持层/Mybatis-Reflector.md +++ b/docs/Mybatis/基础支持层/Mybatis-Reflector.md @@ -1,7 +1,7 @@ # mybatis 反射 - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis 反射相关类的源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) ## addDefaultConstructor diff --git a/docs/Mybatis/基础支持层/Mybatis-log.md b/docs/Mybatis/基础支持层/Mybatis-log.md index 18d0c1a..da7cc11 100644 --- a/docs/Mybatis/基础支持层/Mybatis-log.md +++ b/docs/Mybatis/基础支持层/Mybatis-log.md @@ -1,7 +1,7 @@ # mybatis 日志源码 - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis 日志相关源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) ## 核心类 - `org.apache.ibatis.logging.Log` diff --git a/docs/Mybatis/核心处理层/Mybatis-Alias.md b/docs/Mybatis/核心处理层/Mybatis-Alias.md index 316514a..34b46d7 100644 --- a/docs/Mybatis/核心处理层/Mybatis-Alias.md +++ b/docs/Mybatis/核心处理层/Mybatis-Alias.md @@ -1,7 +1,7 @@ # Mybatis Alias - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis Alias 源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - 源码位置 :`org.apache.ibatis.type.Alias` - 与 Alias 相关的一个方法`org.apache.ibatis.type.TypeAliasRegistry.registerAlias(java.lang.String, java.lang.Class)`(别名注册) diff --git a/docs/Mybatis/核心处理层/Mybatis-Cursor.md b/docs/Mybatis/核心处理层/Mybatis-Cursor.md index e6744e3..2fe1eeb 100644 --- a/docs/Mybatis/核心处理层/Mybatis-Cursor.md +++ b/docs/Mybatis/核心处理层/Mybatis-Cursor.md @@ -1,7 +1,7 @@ # Mybatis Cursor - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis Cursor 源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) ## Cursor - 源码位置:`org.apache.ibatis.cursor.Cursor` - 继承`Iterable`说明是一个迭代器,继承`Closeable`说明有一个东西需要关闭 diff --git a/docs/Mybatis/核心处理层/Mybatis-DataSource.md b/docs/Mybatis/核心处理层/Mybatis-DataSource.md index bf90935..b8770bc 100644 --- a/docs/Mybatis/核心处理层/Mybatis-DataSource.md +++ b/docs/Mybatis/核心处理层/Mybatis-DataSource.md @@ -1,7 +1,7 @@ # Mybatis DataSource - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis DataSource 源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - `org.apache.ibatis.datasource.DataSourceFactory` ```java diff --git a/docs/Mybatis/核心处理层/Mybatis-DyanmicSqlSourcce.md b/docs/Mybatis/核心处理层/Mybatis-DyanmicSqlSourcce.md index 8a46af6..bc375df 100644 --- a/docs/Mybatis/核心处理层/Mybatis-DyanmicSqlSourcce.md +++ b/docs/Mybatis/核心处理层/Mybatis-DyanmicSqlSourcce.md @@ -1,6 +1,6 @@ # Mybatis DyanmicSqlSourcce - Author: [HuiFer](https://github.com/huifer) -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - `org.apache.ibatis.scripting.xmltags.DynamicSqlSource` - `org.apache.ibatis.scripting.xmltags.DynamicContext.DynamicContext` diff --git a/docs/Mybatis/核心处理层/Mybatis-MapperMethod.md b/docs/Mybatis/核心处理层/Mybatis-MapperMethod.md index b0c6df7..a506fa9 100644 --- a/docs/Mybatis/核心处理层/Mybatis-MapperMethod.md +++ b/docs/Mybatis/核心处理层/Mybatis-MapperMethod.md @@ -2,7 +2,7 @@ - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis MapperMethod 源码 - 源码地址: `org.apache.ibatis.binding.MapperMethod`,核心方法是`execute` -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) ```java /** diff --git a/docs/Mybatis/核心处理层/Mybatis-MetaObject.md b/docs/Mybatis/核心处理层/Mybatis-MetaObject.md index 272a201..2d01f71 100644 --- a/docs/Mybatis/核心处理层/Mybatis-MetaObject.md +++ b/docs/Mybatis/核心处理层/Mybatis-MetaObject.md @@ -1,6 +1,6 @@ # Mybatis MetaObject - Author: [HuiFer](https://github.com/huifer) -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - 源码位于:`org.apache.ibatis.reflection.MetaObject` ```java /** diff --git a/docs/Mybatis/核心处理层/Mybatis-MethodSignature.md b/docs/Mybatis/核心处理层/Mybatis-MethodSignature.md index 1c83bc4..1a88cf2 100644 --- a/docs/Mybatis/核心处理层/Mybatis-MethodSignature.md +++ b/docs/Mybatis/核心处理层/Mybatis-MethodSignature.md @@ -1,7 +1,7 @@ # MethodSignature - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis MethodSignature 类 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - `org.apache.ibatis.binding.MapperMethod.MethodSignature` ```java /** diff --git a/docs/Mybatis/核心处理层/Mybatis-ObjectWrapper.md b/docs/Mybatis/核心处理层/Mybatis-ObjectWrapper.md index 257216e..c092e4a 100644 --- a/docs/Mybatis/核心处理层/Mybatis-ObjectWrapper.md +++ b/docs/Mybatis/核心处理层/Mybatis-ObjectWrapper.md @@ -1,6 +1,6 @@ # Mybatis ObjectWrapper - Author: [HuiFer](https://github.com/huifer) -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - 源码位于: `org.apache.ibatis.reflection.wrapper.ObjectWrapper`‘ 类图: diff --git a/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md b/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md index 6c90204..04ed576 100644 --- a/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md +++ b/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md @@ -1,7 +1,7 @@ # ParamNameResolver 源码解析 - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis `@Param` 注解和`ParamNameResolver` -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) ## 源码 - `org.apache.ibatis.reflection.ParamNameResolver` diff --git a/docs/Mybatis/核心处理层/Mybatis-SqlCommand.md b/docs/Mybatis/核心处理层/Mybatis-SqlCommand.md index 55c35b6..b27e329 100644 --- a/docs/Mybatis/核心处理层/Mybatis-SqlCommand.md +++ b/docs/Mybatis/核心处理层/Mybatis-SqlCommand.md @@ -1,7 +1,7 @@ # sqlCommand - Author: [HuiFer](https://github.com/huifer) - Description: 该文介绍 mybatis sqlCommand类的源码 -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) - `org.apache.ibatis.binding.MapperMethod.SqlCommand` ```java diff --git a/docs/Mybatis/核心处理层/Mybats-GenericTokenParser.md b/docs/Mybatis/核心处理层/Mybats-GenericTokenParser.md index 6622c17..49568e4 100644 --- a/docs/Mybatis/核心处理层/Mybats-GenericTokenParser.md +++ b/docs/Mybatis/核心处理层/Mybats-GenericTokenParser.md @@ -1,6 +1,6 @@ # GenericTokenParser - Author: [HuiFer](https://github.com/huifer) -- 源码阅读工程: [huifer-mybatis](https://github.com/huifer/javaBook-src/tree/old/mybatis-3) +- 源码阅读工程: [SourceHot-Mybatis](https://github.com/SourceHot/mybatis-read.git) ```java /** diff --git a/docs/Spring/AOP/Spring-Aop如何生效.md b/docs/Spring/AOP/Spring-Aop如何生效.md index c29b1b6..71fa803 100644 --- a/docs/Spring/AOP/Spring-Aop如何生效.md +++ b/docs/Spring/AOP/Spring-Aop如何生效.md @@ -1,6 +1,6 @@ # Spring AOP 如何生效 - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) ## 解析 - 在使用 Spring AOP 技术的时候会有下面这段代码在xml配置文件中出现,来达到 Spring 支持 AOP diff --git a/docs/Spring/JDBC/Spring-jdbc.md b/docs/Spring/JDBC/Spring-jdbc.md index 47b46b3..919121d 100644 --- a/docs/Spring/JDBC/Spring-jdbc.md +++ b/docs/Spring/JDBC/Spring-jdbc.md @@ -1,6 +1,6 @@ # Spring JDBC - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) diff --git a/docs/Spring/RMI/Spring-RMI.md b/docs/Spring/RMI/Spring-RMI.md index 57904a3..4cbd6d5 100644 --- a/docs/Spring/RMI/Spring-RMI.md +++ b/docs/Spring/RMI/Spring-RMI.md @@ -1,6 +1,6 @@ # Spring RMI - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) - Spring 远程服务调用 ## DEMO ### 服务提供方 diff --git a/docs/Spring/Spring5新特性/Spring-spring-components.md b/docs/Spring/Spring5新特性/Spring-spring-components.md index 10bef93..3c04282 100644 --- a/docs/Spring/Spring5新特性/Spring-spring-components.md +++ b/docs/Spring/Spring5新特性/Spring-spring-components.md @@ -1,6 +1,6 @@ # Spring5 新特性 - spring.components - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) ## 解析 diff --git a/docs/Spring/clazz/Spring-AnnotationUtils.md b/docs/Spring/clazz/Spring-AnnotationUtils.md index 0da8161..d6e035d 100644 --- a/docs/Spring/clazz/Spring-AnnotationUtils.md +++ b/docs/Spring/clazz/Spring-AnnotationUtils.md @@ -1,6 +1,6 @@ # Spring AnnotationUtils - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) - `org.springframework.core.annotation.AnnotationUtils`提供了注解相关的方法 1. getAnnotation: 获取注解 1. findAnnotation: 寻找注解 diff --git a/docs/Spring/clazz/Spring-ApplicationListener.md b/docs/Spring/clazz/Spring-ApplicationListener.md index 5c6d931..7319df2 100644 --- a/docs/Spring/clazz/Spring-ApplicationListener.md +++ b/docs/Spring/clazz/Spring-ApplicationListener.md @@ -1,6 +1,6 @@ # Spring initApplicationEventMulticaster - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) diff --git a/docs/Spring/clazz/Spring-BeanFactoryPostProcessor.md b/docs/Spring/clazz/Spring-BeanFactoryPostProcessor.md index 81fe47a..dba8eb7 100644 --- a/docs/Spring/clazz/Spring-BeanFactoryPostProcessor.md +++ b/docs/Spring/clazz/Spring-BeanFactoryPostProcessor.md @@ -1,6 +1,6 @@ # Spring BeanFactoryPostProcessor - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) - 作用: 定制或修改`BeanDefinition`的属性 diff --git a/docs/Spring/clazz/Spring-Custom-attribute-resolver.md b/docs/Spring/clazz/Spring-Custom-attribute-resolver.md index 25e5932..1e64a1b 100644 --- a/docs/Spring/clazz/Spring-Custom-attribute-resolver.md +++ b/docs/Spring/clazz/Spring-Custom-attribute-resolver.md @@ -1,6 +1,6 @@ # Spring 自定义属性解析器 - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) ## 用例 ```xml diff --git a/docs/Spring/clazz/Spring-Custom-label-resolution.md b/docs/Spring/clazz/Spring-Custom-label-resolution.md index 8a700f8..e0e725c 100644 --- a/docs/Spring/clazz/Spring-Custom-label-resolution.md +++ b/docs/Spring/clazz/Spring-Custom-label-resolution.md @@ -1,6 +1,6 @@ # Spring 自定义标签解析 - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) - 与自定义标签解析相关的类 1. `org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser` 2. `org.springframework.beans.factory.xml.NamespaceHandlerSupport` diff --git a/docs/Spring/clazz/Spring-DefaultSingletonBeanRegistry.md b/docs/Spring/clazz/Spring-DefaultSingletonBeanRegistry.md index ccd1231..dc9c20a 100644 --- a/docs/Spring/clazz/Spring-DefaultSingletonBeanRegistry.md +++ b/docs/Spring/clazz/Spring-DefaultSingletonBeanRegistry.md @@ -1,6 +1,6 @@ # DefaultSingletonBeanRegistry - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) - 源码路径: `org.springframework.beans.factory.support.DefaultSingletonBeanRegistry` - 官方提供的测试类: `org.springframework.beans.factory.support.DefaultSingletonBeanRegistryTests` diff --git a/docs/Spring/clazz/Spring-MessageSource.md b/docs/Spring/clazz/Spring-MessageSource.md index b3b3c95..55e593b 100644 --- a/docs/Spring/clazz/Spring-MessageSource.md +++ b/docs/Spring/clazz/Spring-MessageSource.md @@ -1,6 +1,6 @@ # Spring MessageSource - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) ## 初始化入口 - `org.springframework.context.support.AbstractApplicationContext.refresh`方法有`initMessageSource()`方法进行了`MessageSource`初始化 diff --git a/docs/Spring/clazz/Spring-OrderComparator.md b/docs/Spring/clazz/Spring-OrderComparator.md index 173f546..1b1ef99 100644 --- a/docs/Spring/clazz/Spring-OrderComparator.md +++ b/docs/Spring/clazz/Spring-OrderComparator.md @@ -1,6 +1,6 @@ # Spring OrderComparator - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) ```java diff --git a/docs/Spring/clazz/Spring-OrderUtils.md b/docs/Spring/clazz/Spring-OrderUtils.md index f67872e..c171d15 100644 --- a/docs/Spring/clazz/Spring-OrderUtils.md +++ b/docs/Spring/clazz/Spring-OrderUtils.md @@ -1,6 +1,6 @@ # Spring OrderUtils - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) - `org.springframework.core.annotation.OrderUtils`主要方法如下 1. getOrder 1. getPriority diff --git a/docs/Spring/clazz/Spring-scan.md b/docs/Spring/clazz/Spring-scan.md index 5e03fe9..cacb568 100644 --- a/docs/Spring/clazz/Spring-scan.md +++ b/docs/Spring/clazz/Spring-scan.md @@ -1,6 +1,6 @@ # Spring scan - Author: [HuiFer](https://github.com/huifer) -- 源码阅读仓库: [huifer-spring](https://github.com/huifer/spring-framework-read) +- 源码阅读仓库: [SourceHot-Spring](https://github.com/SourceHot/spring-framework-read) ## 解析 - Spring 注解形式使用有下面两种方式