Apache Seata(incubating) Samples for Java

Clone this repo:
  1. b5ee837 update end year (#725) by jimin · 11 days ago master
  2. cd26bcc optimize max-parallel value for 3jdks (#723) by jimin · 2 weeks ago
  3. 8a2522e optimize: support docker_jdk in github actions (#719) by jimin · 2 weeks ago
  4. 5a26744 bugfix: fix e2e image problem (#722) by Jingliu · 4 weeks ago
  5. 8411da3 bugfix:In XA mode, inserting data into PostgreSQL using (#717) by shukai · 2 months ago

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