Skip to content

Spring Boot Atomikos JTA Example with Postgresql

Notifications You must be signed in to change notification settings

amirsnw/atomikos-spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

About

Spring Boot Atomikos JTA Example with Postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • Dockerfile 0.8%