4.3.3 Develop Spring Boot Applications with Saga
For Spring Boot applications that use the Saga transaction protocol, you must use the Java library file provided by MicroTx Distributed Transactions.
For reference information about the MicroTx Distributed Transactions library for Spring Boot applications, see Oracle® Transaction Manager for Microservices Spring Boot API Reference for Saga.
To include the MicroTx Distributed Transactions library files and property values for Spring Boot applications:
Source code of a sample Spring REST-based transaction initiator application which uses the MicroTx Distributed Transactions library is available in the
trip-manager-springboot folder in the microtx-samples GitHub repository. Source code of a sample Spring REST-based transaction participant application which uses the MicroTx Distributed Transactions library is available in the hotel-springboot folder in the microtx-samples GitHub repository. You can use these files as a reference while integrating the MicroTx libraries with your application.
Parent topic: Develop Java Apps with Saga