We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a30d1 commit e24e43eCopy full SHA for e24e43e
README.md
@@ -403,11 +403,11 @@ Configuring logger redirection
403
2. 登录查看[http://192.168.81.129:1111/nacos/#/login](http://192.168.81.129:1111/nacos/#/login)
404
405
406
-## Seta
+## Seata
407
408
-1. 所需的建表语句以及项目中的[初始化脚本sql](seta-project-undo_log.sql)
409
-
410
+1. 所需的建表语句以及项目中的[初始化脚本sql](seata-project-undo_log.sql)
+2. 实现示例
+ 
411
412
413
image/seata实现过程.png
278 KB
seta-project-undo_log.sql renamed to seata-project-undo_log.sql
@@ -1,13 +1,13 @@
1
2
/*
3
该sql包含以下
4
- 1. seta建库建表语句
+ 1. seata建库建表语句
5
2. 项目中需要的建表语句
6
3. undo_log建表语句
7
*/
8
9
-- ----------------------------
10
--- seta 建库建表语句
+-- seata 建库建表语句
11
12
Drop Database if exists seata;
13
create database seata;
0 commit comments