Skip to content

Commit a288c72

Browse files
committed
完善修正文档内容
1 parent 90c8560 commit a288c72

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

auth/authentication-server/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- [postgresql](http://www.postgresql.org/)
1919
- [rabbitmq](http://rabbitmq.io/download)
20-
- [eureka](../../center/eureka)
20+
- [nacos](../../docs/register.md)
2121

2222
### 启动命令
2323

auth/authorization-server/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- [postgresql](http://www.postgresql.org/)
1313
- [rabbitmq](http://rabbitmq.io/download)
14-
- [eureka](../../center/eureka)
14+
- [nacos](../../docs/register.md)
1515

1616
### 启动命令
1717

docs/development.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
│   └── pom.xml --子项目maven配置文件
1111
├── center --中心子项目
1212
│   ├── bus --消息中心
13-
│   ├── config --配置中心
14-
│   ├── eureka --注册中心
1513
│   └── pom.xml
1614
├── common --通用子项目
1715
│   ├── core --核心类库
@@ -70,11 +68,7 @@
7068
├── src --源码目录
7169
│   ├── main --源文件
7270
│   │   ├── db --服务db脚本目录
73-
│   │   │ ├── db.sql --创建库的脚本
74-
│   │   │ ├── ddl --建表语句等ddl
75-
│   │   │ │ ├── mysql --mysql ddl
76-
│   │   │   │   └── postgres --postgres ddl
77-
│   │   │   └── dml --基础数据dml
71+
│   │   │   └── db.sql --ddl & dml
7872
│   │   ├── docker --docker相关配置文件
7973
│   │   │   └── Dockerfile --dockerfile
8074
│   │   ├── docs --接口文档目录,一般由swagger生成

gateway/gateway-admin/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [redis](http://redis.io/download)
1717
- [postgresql](http://www.postgresql.org/)
1818
- [rabbitmq](http://rabbitmq.io/download)
19-
- [eureka](../../center/eureka)
19+
- [nacos](../../docs/register.md)
2020

2121
### 启动命令
2222

gateway/gateway-web/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [redis](http://redis.io/download)
1717
- [postgresql](http://www.postgresql.org/)
1818
- [rabbitmq](http://rabbitmq.io/download)
19-
- [eureka](../../center/eureka)
19+
- [nacos](../../docs/register.md)
2020

2121
### 启动命令
2222

readme.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### 开发环境搭建
1616

17-
可在项目根目录下执行 `./install.sh` 快速搭建开发环境。如要了解具体的步骤,请看如下文档。
17+
linux和mac下可在项目根目录下执行 `./install.sh` 快速搭建开发环境。如要了解具体的步骤,请看如下文档。
1818

1919
**具体步骤如下:**
2020

@@ -96,7 +96,7 @@ gateway-admin可动态调整gateway-web的路由策略,测试前请先配置
9696

9797
* 6.前端项目
9898

99-
确确保gateway-web、organization、authorization-server、authentication-server服务启动,然后启动
99+
确确保gateway-admin、gateway-web、organization、authorization-server、authentication-server服务启动,然后启动
100100

101101
[前端项目](https://github.com/zhoutaoo/SpringCloud-Admin)(该项目目前还在开发中)
102102

@@ -198,6 +198,16 @@ gateway-admin可动态调整gateway-web的路由策略,测试前请先配置
198198

199199
请入群 [请戳这里](https://github.com/zhoutaoo/SpringCloud/wiki) 加群主微信。
200200

201+
### 请作者喝饮料
202+
203+
如果你觉的有帮助到您,可以请作者喝饮料,这样更有动力,谢谢。
204+
205+
<p align="left">
206+
<img width="300" src="https://user-images.githubusercontent.com/3946731/67401177-58eec300-f5e1-11e9-97e6-9ae29e3523e0.jpeg">
207+
208+
<img width="300" src="https://user-images.githubusercontent.com/3946731/67401198-60ae6780-f5e1-11e9-8c30-c12bd598011b.jpeg">
209+
</p>
210+
201211
### 学习交流
202212

203213
@@ -219,3 +229,7 @@ EMail:[email protected]
219229
2. 怎么输入或操作的得到了什么结果? 截图,日志
220230

221231
3. 哪里不明白或有什么疑问 ?
232+
233+
## Stargazers over time
234+
235+
[![Stargazers over time](https://starchart.cc/zhoutaoo/SpringCloud.svg)](https://starchart.cc/zhoutaoo/SpringCloud)

0 commit comments

Comments
 (0)