First, execute the following command to start the seata-server.
cd ../dockercompose docker-compose -f docker-compose.yml up -d seata-server
Then, execute the main() method in the triple/client/cmd and triple/server/cmd directories.
Complete example source code address