Spring,MyBatis 실무 과정 자료] Spring 트랜잭션과 연동
Spring,MyBatis 실무 과정 자료] Spring 트랜잭션과 연동
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
Spring 트랜잭션과 연동
<bean id="transactionManager"
class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource">
<ref local="dataSource" />
</property>
</bean>
'자바 > Spring' 카테고리의 다른 글
Spring,MyBatis 실무 과정 자료] SqlSession 인젝션 (0) | 2017.04.25 |
---|---|
Spring,MyBatis 실무 과정 자료] MyBatis와 Spring 연동 (0) | 2017.04.25 |
Spring,MyBatis 실무 과정 자료] 트랜잭션 처리 샘플 (0) | 2017.04.25 |
Spring,MyBatis 실무 과정 자료] 트랜잭션 처리 (0) | 2017.04.25 |
Spring,MyBatis 실무 과정 자료] Mapper Interface Annotation (0) | 2017.04.25 |