Issue with configuring Atomikos on a Spring Boot / Spring Batch application

后端 未结 1 1450
逝去的感伤
逝去的感伤 2021-01-21 01:30

I am trying to get Atomikos to work with my Spring Boot/Spring Batch application.

Here is are the relevant portions of my code:

Datasource config:



        
相关标签:
1条回答
  • 2021-01-21 01:37

    You don't need to add Atomikos or Bitronix to specify a PlatformTransactionManager for your datasource. See Entities not persisting. Are RepositoryItemWriter & SimpleJpaWriter thread-safe?.

    0 讨论(0)
提交回复
热议问题