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 f5bec71 commit 0da78c7Copy full SHA for 0da78c7
springcloud-app-seata/README.MD
@@ -5,7 +5,7 @@
5
6
### 安装seata-server
7
#### 直接部署
8
- 1. 在[https://github.com/seata/seata/releases](RELEASE)页面下载相应版本并解压
+ 1. 在[RELEASE](https://github.com/seata/seata/releases)页面下载相应版本并解压
9
2. 直接启动
10
* 在 Linux/Mac下执行如下命令
11
@@ -36,7 +36,7 @@ $ sh ./bin/seata-server.sh -p 8091 -h 127.0.0.1 -m file
36
37
## 执行SQL脚本
38
39
-请分别创建三个数据库,然后执行[./docs/app-seata.sql](app-seata.sql脚本)
+请分别创建三个数据库,然后执行[app-seata.sql脚本](./docs/app-seata.sql)
40
41
## 修改各应用服务的application.yaml配置
42
0 commit comments