Skip to content

apache/incubator-seata-samples

Folders and files

NameName
Last commit message
Last commit date
Aug 29, 2024
Oct 26, 2024
Oct 29, 2024
Oct 29, 2024
Mar 16, 2024
Oct 29, 2024
Oct 24, 2024
Dec 22, 2023
Apr 13, 2024
Nov 5, 2021
Dec 21, 2023
Dec 21, 2023
Jan 29, 2019
Mar 16, 2024
Sep 16, 2024

samples code specification

Directory Structure

The first and second levels are more of a directory

Top level: seata-samples

Second layer: at-sample, tcc-sample, saga-sample, xa-sample

Third floor, The third layer is the specific sample and the naming convention is as follows:

naming

naming with framework: spring-nacos-seata, springboot-naocs-zk-seata ...

dependency

pom: The dependencies of each sample should be independent and should not depend on the dependencies of the parent pom of seata samples.

samples transaction model

https://seata.apache.org/docs/user/quickstart/

start sequence

1、account

2、storage

3、order

4、business