File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,11 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
111
111
###最新版本3.2.0 - 2015-08-29
112
112
113
113
* 移除` MapperInterceptor ` 拦截器,以后不能在通过拦截器配置
114
- * 增加mybatis-spring特殊支持,主要是根据mybatis-spring项目增加了下面3个类 :
114
+ * 增加mybatis-spring特殊支持,主要是根据mybatis-spring项目增加了下面两个类 :
115
115
- ` tk.mybatis.spring.mapper.MapperScannerConfigurer `
116
- - ` tk.mybatis.spring.mapper.ClassPathMapperScanner `
117
116
- ` 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 ` ,名字相近,更方便修改配置
120
119
* 和Spring集成方法:
121
120
122
121
``` xml
You can’t perform that action at this time.
0 commit comments