需要在注解上指明事务管理器:
@Transactional(transactionManager = "fawkesTransactionManager")public void batchInsert(List list){ ....}