seata demo之springcloud-eureka-feign-mybatis-seata

Explanation

demo in seata-samples \ springcloud-eureka-feign-mybatis-seata project This article will provide seata up and running

SEAT

A high-performance distributed transaction solutions that are easy to integrate and micro Services Architecture

github

https://github.com/seata/seata

Chinese wiki

https://github.com/seata/seata/wiki/Home_Chinese

seata-server operation

download

https://github.com/seata/seata/releases/download/v0.9.0/seata-server-0.9.0.zip

https://github.com/seata/seata/releases/download/v0.9.0/seata-server-0.9.0.tar.gz

 

seata-server can refer others to build this blog

https://www.cnblogs.com/wintersoft/p/10548177.html

 

seata-server build SQL table

seata-server-0.9.0\seata\conf\db_store.sql

seata-server-0.9.0\seata\conf\db_undo_log.sql

 

 

Modify the database name account password seata-server-0.9.0 \ seata \ conf \ nacos-config.txt

Modify seata-server-0.9.0 \ seata \ conf \ registry.conf the type = "file" instead type = "eureka"

 

Start ( Start Euraka -> start-Server seata )

Start demo provided by eureka

Start seata-server

Seat-server-0.9.0 \ Seat \ bin \ seata-server.sh

 

demo

Warehouse Address

https://github.com/seata/seata-samples

 

demo build SQL table

In each project

 

 

Start demo

Modify three demo project database password

seata-samples\springcloud-eureka-feign-mybatis-seata\xxx\src\main\resources\application.yml

 

Open http: // localhost: 8761 / can see the success of the project has already started

operation result

Guess you like

Origin www.cnblogs.com/LDDXFS/p/11819377.html