==================
This project shows how to use Spring and Atomikos to handle transactions that goes through many datasources, and how to successfully rollback
This project need two different databases running, in the example is running with MySQL and PostgreSQL, so is needed to have those two running in your machine. In the file db.properties you will configure yours database access information.
- Java
- Maven
- Spring 3
- Mysql
- Postgres
- Atomikos