Skip to content

Commit 3a2fb28

Browse files
committed
完善文档
1 parent bd87a49 commit 3a2fb28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
111111
###最新版本3.2.0 - 2015-08-29
112112

113113
* 移除`MapperInterceptor`拦截器,以后不能在通过拦截器配置
114-
* 增加mybatis-spring特殊支持,主要是根据mybatis-spring项目增加了下面3个类
114+
* 增加mybatis-spring特殊支持,主要是根据mybatis-spring项目增加了下面两个类
115115
- `tk.mybatis.spring.mapper.MapperScannerConfigurer`
116-
- `tk.mybatis.spring.mapper.ClassPathMapperScanner`
117116
- `tk.mybatis.spring.mapper.MapperFactoryBean`
118-
* 这三个类和MyBatis提供的区别是增加了MapperHelper属性,通过在`MapperScannerConfigurer`中使用`properties`属性注入配置
119-
* 这三个类,在全名上和MyBatis的区别是`org.mybatis.xxx`改为了`tk.mybatis.xxx`,名字相近,更方便修改配置
117+
* 这两个类和MyBatis提供的区别是增加了MapperHelper属性,通过在`MapperScannerConfigurer`中使用`properties`属性注入配置
118+
* 这两个类,在全名上和MyBatis的区别是`org.mybatis.xxx`改为了`tk.mybatis.xxx`,名字相近,更方便修改配置
120119
* 和Spring集成方法:
121120

122121
```xml

0 commit comments

Comments
 (0)