Update applicationContext-jdbc.xml
This commit is contained in:
parent
a9e3f00bcb
commit
a3b984f73d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue