File tree 6 files changed +21
-13
lines changed
6 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- [ postgresql] ( http://www.postgresql.org/ )
19
19
- [ rabbitmq] ( http://rabbitmq.io/download )
20
- - [ eureka ] ( ../../center/eureka )
20
+ - [ nacos ] ( ../../docs/register.md )
21
21
22
22
### 启动命令
23
23
Original file line number Diff line number Diff line change 11
11
12
12
- [ postgresql] ( http://www.postgresql.org/ )
13
13
- [ rabbitmq] ( http://rabbitmq.io/download )
14
- - [ eureka ] ( ../../center/eureka )
14
+ - [ nacos ] ( ../../docs/register.md )
15
15
16
16
### 启动命令
17
17
Original file line number Diff line number Diff line change 10
10
│ └── pom.xml --子项目maven配置文件
11
11
├── center --中心子项目
12
12
│ ├── bus --消息中心
13
- │ ├── config --配置中心
14
- │ ├── eureka --注册中心
15
13
│ └── pom.xml
16
14
├── common --通用子项目
17
15
│ ├── core --核心类库
70
68
├── src --源码目录
71
69
│ ├── main --源文件
72
70
│ │ ├── db --服务db脚本目录
73
- │ │ │ ├── db.sql --创建库的脚本
74
- │ │ │ ├── ddl --建表语句等ddl
75
- │ │ │ │ ├── mysql --mysql ddl
76
- │ │ │ │ └── postgres --postgres ddl
77
- │ │ │ └── dml --基础数据dml
71
+ │ │ │ └── db.sql --ddl & dml
78
72
│ │ ├── docker --docker相关配置文件
79
73
│ │ │ └── Dockerfile --dockerfile
80
74
│ │ ├── docs --接口文档目录,一般由swagger生成
Original file line number Diff line number Diff line change 16
16
- [ redis] ( http://redis.io/download )
17
17
- [ postgresql] ( http://www.postgresql.org/ )
18
18
- [ rabbitmq] ( http://rabbitmq.io/download )
19
- - [ eureka ] ( ../../center/eureka )
19
+ - [ nacos ] ( ../../docs/register.md )
20
20
21
21
### 启动命令
22
22
Original file line number Diff line number Diff line change 16
16
- [ redis] ( http://redis.io/download )
17
17
- [ postgresql] ( http://www.postgresql.org/ )
18
18
- [ rabbitmq] ( http://rabbitmq.io/download )
19
- - [ eureka ] ( ../../center/eureka )
19
+ - [ nacos ] ( ../../docs/register.md )
20
20
21
21
### 启动命令
22
22
Original file line number Diff line number Diff line change 14
14
15
15
### 开发环境搭建
16
16
17
- 可在项目根目录下执行 ` ./install.sh ` 快速搭建开发环境。如要了解具体的步骤,请看如下文档。
17
+ linux和mac下可在项目根目录下执行 ` ./install.sh ` 快速搭建开发环境。如要了解具体的步骤,请看如下文档。
18
18
19
19
** 具体步骤如下:**
20
20
@@ -96,7 +96,7 @@ gateway-admin可动态调整gateway-web的路由策略,测试前请先配置
96
96
97
97
* 6.前端项目
98
98
99
- 确确保gateway-web、organization、authorization-server、authentication-server服务启动,然后启动
99
+ 确确保gateway-admin、gateway- web、organization、authorization-server、authentication-server服务启动,然后启动
100
100
101
101
[ 前端项目] ( https://github.com/zhoutaoo/SpringCloud-Admin ) (该项目目前还在开发中)
102
102
@@ -198,6 +198,16 @@ gateway-admin可动态调整gateway-web的路由策略,测试前请先配置
198
198
199
199
请入群 [ 请戳这里] ( https://github.com/zhoutaoo/SpringCloud/wiki ) 加群主微信。
200
200
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
+
201
211
### 学习交流
202
212
203
213
219
229
2 . 怎么输入或操作的得到了什么结果? 截图,日志
220
230
221
231
3 . 哪里不明白或有什么疑问 ?
232
+
233
+ ## Stargazers over time
234
+
235
+ [ ![ Stargazers over time] ( https://starchart.cc/zhoutaoo/SpringCloud.svg )] ( https://starchart.cc/zhoutaoo/SpringCloud )
You can’t perform that action at this time.
0 commit comments