Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
f64ed893
Commit
f64ed893
authored
May 13, 2019
by
youjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
300f55c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
71 deletions
+0
-71
README.md
README.md
+0
-71
No files found.
README.md
View file @
f64ed893
# Cloud-Platform
Cloud-Platform是国内首个基于
`Spring
Cloud`
微
`服务`
化
`开发平台`
,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API
管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。
核心技术采用
`Spring Boot
2.1.2`
以及
`Spring Cloud (Greenwich.RELEASE)
`
相关核心组件,采用
`Nacos`
注册和配置中心,集成流量卫兵
`Sentinel`
,前端采用
`vue-element-admin`
组件,
`Elastic Search`
自行集成。
### QQ群号:169824183(1)、661605461(2)
### 开源用户登记,宣传用:[点击打开](https://gitee.com/minull/ace-security/issues/II9SP)
### 最新更新日志,[点击查看](https://gitee.com/minull/ace-security/wikis/Cloud-Admin%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)
### 基础文档,[点击查看](https://gitee.com/minull/ace-security/wikis/Cloud-Admin%E5%90%AF%E5%8A%A8%E6%8C%87%E5%8D%97?parent=%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C)
# 模块说明

### 架构摘要
#### 服务鉴权
通过
`JWT`
的方式来加强服务之间调度的权限验证,保证内部服务的安全性。
#### 监控
利用Spring Boot Admin 来监控各个独立Service的运行状态;利用Hystrix Dashboard来实时查看接口的运行状态和调用频率等。
#### 负载均衡
将服务保留的rest进行代理和网关控制,除了平常经常使用的node.js、nginx外,Spring Cloud系列的zuul和ribbon,可以帮我们进行正常的网关管控和负载均衡。其中扩展和借鉴国外项目的扩展基于JWT的
`Zuul限流插件`
,方面进行限流。
#### 服务注册与调用
基于Nacos来实现的服务注册与调用,在Spring Cloud中使用Feign, 我们可以做到使用HTTP请求远程服务时能与调用本地方法一样的编码体验,开发者完全感知不到这是远程方法,更感知不到这是个HTTP请求。
#### 熔断机制
因为采取了服务的分布,为了避免服务之间的调用“雪崩”,采用了
`Hystrix`
的作为熔断器,避免了服务之间的“雪崩”。
------
## 功能截图
### 基本功能
# 功能截图













## License
Apache License Version 2.0
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment