Skip to content

Commit e24e43e

Browse files
committed
README.md
1 parent a9a30d1 commit e24e43e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,11 @@ Configuring logger redirection
403403
2. 登录查看[http://192.168.81.129:1111/nacos/#/login](http://192.168.81.129:1111/nacos/#/login)
404404

405405

406-
## Seta
406+
## Seata
407407

408-
1. 所需的建表语句以及项目中的[初始化脚本sql](seta-project-undo_log.sql)
409-
410-
408+
1. 所需的建表语句以及项目中的[初始化脚本sql](seata-project-undo_log.sql)
409+
2. 实现示例
410+
![Alt text](image/seata实现过程.png)
411411

412412

413413

image/seata实现过程.png

278 KB
Loading

seta-project-undo_log.sql renamed to seata-project-undo_log.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
/*
33
该sql包含以下
4-
1. seta建库建表语句
4+
1. seata建库建表语句
55
2. 项目中需要的建表语句
66
3. undo_log建表语句
77
*/
88

99
-- ----------------------------
10-
-- seta 建库建表语句
10+
-- seata 建库建表语句
1111
-- ----------------------------
1212
Drop Database if exists seata;
1313
create database seata;

0 commit comments

Comments
 (0)