10000 通用Mapper版本升级为3.1.0 · coderhxt/Mybatis-Spring@c970885 · GitHub
[go: up one dir, main page]

Skip to content

Commit c970885

Browse files
committed
通用Mapper版本升级为3.1.0
1 parent 2323a9b commit c970885

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/applicationContext.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<bean class="tk.mybatis.mapper.mapperhelper.MapperInterceptor">
8585
<property name="properties">
8686
<value>
87-
mappers=com.github.abel533.mapper.Mapper
87+
mappers=tk.mybatis.mapper.common.Mapper
8888
IDENTITY=MYSQL
8989
notEmpty=true
9090
</value>
@@ -95,7 +95,7 @@
9595
</bean>
9696

9797
<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"/>
9999
</bean>
100100

101101
<bean id="sqlSession" class="org.mybatis.spring.SqlSessionTemplate" scope="prototype">

src/main/resources/config.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jdbc.maxStatements=100
3535
jdbc.testConnection=true
3636

3737
# \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

0 commit comments

Comments
 (0)
0