loki-y-chen
Results
1
comments of
loki-y-chen
I have set the following property: ```properties spring.cloud.task.transaction-manager=transactionManager ``` This allows the transactionManager created by DataSourceTransactionManagerAutoConfiguration to work correctly. However, when I add the following additional setting: ```properties spring.cloud.task.transaction-manager=transactionManager spring.cloud.task.single-instance-enable=true...