Skip to content

kloia/atomikos-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomikos with Spring Boot JTA with Postgresql

Spring Boot Atomikos JTA PoC with Postgresql for managing Distributed Transactions over multiple databases.

DB Structure:

Customer

  • DB Name : customer
  • DB Schema : public
  • DB Tables : customer

Account

  • DB Name : account
  • DB Schema : public
  • DB Tables : account

Creating DBs with docker-compose:

Go to the directory /docker and run docker-compose up