8.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.
For reference information about the MicroTx library for Spring Boot applications, see Oracle® Transaction Manager for Microservices Spring Boot API Reference for Saga.
To include the MicroTx library files and property values for Spring Boot applications:
Source code of a sample Spring REST-based transaction initiator application which uses the MicroTx 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 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