An open API service indexing awesome lists of open source software.

https://github.com/renfei/cloud

SpringCloud微服务框架
https://github.com/renfei/cloud

Last synced: 9 months ago
JSON representation

SpringCloud微服务框架

Awesome Lists containing this project

README

          

# Cloud
SpringCloud微服务框架

```bash
Cloud
├─account/
| ├─账户中心,存储管理用户信息
├─api/
| ├─接口中心,所有接口在这里注册
├─config/
| ├─配置中心,所有服务的配置动态更新
├─datacenter/
| ├─数据中心,与数据库、Redis、MQ交互在这里实现
├─gateway/
| ├─服务网关,统一管理接口权限
├─register/
| ├─注册发现,服务的注册发现
├pom.xml
```