- Cannot change the ExecutorType when there is an existing transaction
https://github.com/mybatis/spring/issues/398
- application.yml
# for SqlSessionTemplate (for execution via mapper method)
mybatis.executor-type=BATCH
# for SqlSessionFactory (for execution without mapper method)
mybatis.configuration.default-executor-type=BATCH
mybatis.configuration.default-executor-type 설정시 SqlSessionTemplate에서 defaultExecutorType을 사용하기 때문에 별도 설정 빌요 없음
'spring-Integration' 카테고리의 다른 글
[rabbitMQ] retry Mechanism (0) | 2023.11.05 |
---|---|
[scheduler] 스프링 스케줄러 (0) | 2020.12.17 |
[spring-batch] scheduler로 실행 (0) | 2020.09.09 |
[spring-batch] 스프링배치 강좌 (0) | 2020.08.18 |
[spring-batch] 스프링 배치 가이드 (0) | 2019.05.15 |