9.5.2 Configure Spring Boot App as Transaction Participant
Ensure that you make these changes in the code of all transaction participant applications.
Source code of a sample Spring REST transaction participant application which uses the MicroTx library is available in the flight-booking-springboot
folder which is located in the microtx-samples
GitHub repository. You can use this as a reference while integrating the MicroTx libraries with your application.
Parent topic: Develop Spring Boot Apps with TCC