Skip to content

Commit 4aa1d7b

Browse files
committed
修改文档中拦截器包名错误的问题
1 parent 75d717b commit 4aa1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/mapper/1.Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ mapperHelper.processConfiguration(session.getConfiguration());
115115
`mybatis-config.xml`中添加如下配置:
116116
```xml
117117
<plugins>
118-
<plugin interceptor="com.github.abel533.mapper.MapperInterceptor">
118+
<plugin interceptor="com.github.abel533.mapperhelper.MapperInterceptor">
119119
<!--================================================-->
120120
<!--可配置参数说明(一般无需修改)-->
121121
<!--================================================-->

0 commit comments

Comments
 (0)