Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YClimb committed Oct 15, 2020
1 parent fe2bfbb commit 16e660f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ Spring Cloud & Spring Cloud Alibaba Learning Project
- .gitignore
- README.md

## Spring Cloud Alibaba + Nacos + Dubbo + OpenFeign + Sentinel + Seata
> seata-sample 项目是一个汇总,里面包含大部分的应用,可以参考一下
> [seata-sample](https://github.com/YClimb/spring-cloud-learning/tree/master/seata-sample)
## 注意事项
> 本项目 server 使用 docker 来启动,朋友们可以参考 [docker-compose](https://github.com/YClimb/docker-compose) 项目,里面是具体的 docker 配置文件
6 changes: 3 additions & 3 deletions seata-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* sca-provider 服务提供者

## 容器内部脚本说明(/seata-server/resources/README-zh.md)
## [client](https://github.com/seata/seata/tree/develop/script/client)
## client [文档地址](https://github.com/seata/seata/tree/develop/script/client)

> 存放用于客户端的配置和SQL
Expand All @@ -31,7 +31,7 @@
- saga: SAGA 模式下所需表的建表语句
- spring: SpringBoot 应用支持的配置文件

## [server](https://github.com/seata/seata/tree/develop/script/server)
## server [文档地址](https://github.com/seata/seata/tree/develop/script/server)

> 存放server侧所需SQL和部署脚本
Expand All @@ -40,7 +40,7 @@
- helm: server 侧通过 Helm 部署的脚本
- kubernetes: server 侧通过 Kubernetes 部署的脚本

## [config-center](https://github.com/seata/seata/tree/develop/script/config-center)
## config-center [文档地址](https://github.com/seata/seata/tree/develop/script/config-center)

> 用于存放各种配置中心的初始化脚本,执行时都会读取 `config.txt`配置文件,并写入配置中心
Expand Down

0 comments on commit 16e660f

Please sign in to comment.