optimize: upgrade sofaRPC and H2 (#669)

3 files changed
tree: 6f13109a4a181df47b4a8ee5800087068f63c54c
  1. .github/
  2. at-sample/
  3. saga-sample/
  4. style/
  5. tcc-sample/
  6. xa-sample/
  7. .asf.yaml
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. CONTRIBUTING_CN.md
  12. LICENSE
  13. pom.xml
  14. README.md
README.md

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