File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
<bean class =" tk.mybatis.mapper.mapperhelper.MapperInterceptor" >
85
85
<property name =" properties" >
86
86
<value >
87
- mappers=com.github.abel533. mapper.Mapper
87
+ mappers=tk.mybatis. mapper.common .Mapper
88
88
IDENTITY=MYSQL
89
89
notEmpty=true
90
90
</value >
95
95
</bean >
96
96
97
97
<bean class =" org.mybatis.spring.mapper.MapperScannerConfigurer" >
98
- <property name =" basePackage" value =" com.isea533.mybatis.mapper,com.github.abel533.entity.mapper " />
98
+ <property name =" basePackage" value =" com.isea533.mybatis.mapper" />
99
99
</bean >
100
100
101
101
<bean id =" sqlSession" class =" org.mybatis.spring.SqlSessionTemplate" scope =" prototype" >
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ jdbc.maxStatements=100
35
35
jdbc.testConnection =true
36
36
37
37
# \u901A\u7528Mapper\u914D\u7F6E
38
- mapper.plugin = com.github.abel533 .generator.MapperPlugin
39
- mapper.Mapper = com.github.abel533. mapper.Mapper
38
+ mapper.plugin = tk.mybatis.mapper .generator.MapperPlugin
39
+ mapper.Mapper = tk.mybatis. mapper.common .Mapper
You can’t perform that action at this time.
0 commit comments