File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
<property name =" typeAliasesPackage" value =" com.isea533.mybatis.model" />
35
35
<property name =" plugins" >
36
36
<array >
37
- <bean class =" com.github.abel533.mapperhelper.MapperInterceptor " >
37
+ <bean class =" com.github.pagehelper.PageHelper " >
38
38
<property name =" properties" >
39
39
<value >
40
- mappers=com.github.abel533.mapper.Mapper
41
- IDENTITY=MYSQL
42
- notEmpty=true
40
+ dialect=hsqldb
41
+ reasonable=true
43
42
</value >
44
43
</property >
45
44
</bean >
46
- <bean class =" com.github.pagehelper.PageHelper " >
45
+ <bean class =" com.github.abel533.mapperhelper.MapperInterceptor " >
47
46
<property name =" properties" >
48
47
<value >
49
- dialect=hsqldb
50
- reasonable=true
48
+ mappers=com.github.abel533.mapper.Mapper
49
+ IDENTITY=MYSQL
50
+ notEmpty=true
51
51
</value >
52
52
</property >
53
53
</bean >
You can’t perform that action at this time.
0 commit comments