Update applicationContext-jdbc.xml

This commit is contained in:
shuzheng 2016-10-25 21:27:56 +08:00 committed by GitHub
parent a9e3f00bcb
commit a3b984f73d
1 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@
<property name="sqlSessionFactoryBeanName" value="sqlSessionFactory" />
</bean>
<!-- 事务管理器 -->
<bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="dataSource" />
</bean>