# kcloud
**Repository Path**: reignite276787/kcloud
## Basic Information
- **Project Name**: kcloud
- **Description**: CloudAlibaba组件串联
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-02
- **Last Updated**: 2021-09-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# kcloud
#### 介绍
CloudAlibaba组件串联
#### 软件架构
- 展示部分
```
787k-contorller
```
- 查询部分
```
787k-search
```
- 公共部分
```
787k-common
```
- 网关部分
```
787k-gateway
```
#### 安装和使用教程
1. git clone @地址 下载此项目
2. 启动nacos
```
sh startup.sh -m standalone
```
3. 启动sentinal
```
java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard.jar
```
4. 启动zipkin
```
java -jar zipkin-server-2.23.2-exec.jar --STORAGE_TYPE=mysql --MYSQL_HOST=127.0.0.1 --MYSQL_TCP_PORT=3306 --MYSQL_DB=zipkin_log --MYSQL_USER=root --MYSQL_PASS=mysql
```
5. 启动787k-search服务
6. 启动787k-contorller服务
7. 启动787k-gateway服务
8. 通过网关访问链接地址:http://localhost:8888/controller-server/view/articleDetail?id=16;[记得header上加入token]
9. 通过controller服务访问链接地址:http://localhost:8000/controller-server/view/articleDetail?id=16
#### 参与贡献
1. Fork 本仓库
2. 新建 dev 分支
3. 提交代码
4. 新建 Pull Request