https://github.com/renfei/cloud
SpringCloud微服务框架
https://github.com/renfei/cloud
Last synced: 9 months ago
JSON representation
SpringCloud微服务框架
- Host: GitHub
- URL: https://github.com/renfei/cloud
- Owner: renfei
- License: apache-2.0
- Created: 2020-03-13T14:33:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:34:54.000Z (over 1 year ago)
- Last Synced: 2025-04-01T23:43:06.574Z (9 months ago)
- Language: Java
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud
SpringCloud微服务框架
```bash
Cloud
├─account/
| ├─账户中心,存储管理用户信息
├─api/
| ├─接口中心,所有接口在这里注册
├─config/
| ├─配置中心,所有服务的配置动态更新
├─datacenter/
| ├─数据中心,与数据库、Redis、MQ交互在这里实现
├─gateway/
| ├─服务网关,统一管理接口权限
├─register/
| ├─注册发现,服务的注册发现
├pom.xml
```