diff --git a/README.md b/README.md index d55dcba..a454e22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # 互联网公司常用框架源码赏析 [![license](https://badgen.net/github/license/doocs/source-code-hunter?color=green)](https://github.com/doocs/source-code-hunter/blob/master/LICENSE) -[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com) [![stars](https://badgen.net/github/stars/doocs/source-code-hunter)](https://github.com/doocs/source-code-hunter/stargazers) [![contributors](https://badgen.net/github/contributors/doocs/source-code-hunter)](https://github.com/doocs/source-code-hunter/graphs/contributors) [![help-wanted](https://badgen.net/github/label-issues/doocs/source-code-hunter/help%20wanted/open)](https://github.com/doocs/source-code-hunter/labels/help%20wanted) diff --git a/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md b/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md index 04ed576..bd04704 100644 --- a/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md +++ b/docs/Mybatis/核心处理层/Mybatis-ParamNameResolver.md @@ -20,11 +20,6 @@ public class ParamNameResolver { * the parameter index is used. Note that this index could be different from the actual index * when the method has special parameters (i.e. {@link RowBounds} or {@link ResultHandler}). *

- * * * {@link ParamNameResolver#ParamNameResolver(org.apache.ibatis.session.Configuration, java.lang.reflect.Method)} 中的map 变量值转换而得 * {参数索引: 参数名称(arg0,Param注解的value)} diff --git a/index.html b/index.html index 71bf065..069726a 100644 --- a/index.html +++ b/index.html @@ -17,21 +17,17 @@