diff --git a/README.md b/README.md index d55dcba..a454e22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # 互联网公司常用框架源码赏析 [](https://github.com/doocs/source-code-hunter/blob/master/LICENSE) -[](http://makeapullrequest.com) [](https://github.com/doocs/source-code-hunter/stargazers) [](https://github.com/doocs/source-code-hunter/graphs/contributors) [](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}). *
- *