https://github.com/jollycorivug/api-cloud
API 接口云
https://github.com/jollycorivug/api-cloud
Last synced: 3 months ago
JSON representation
API 接口云
- Host: GitHub
- URL: https://github.com/jollycorivug/api-cloud
- Owner: JollyCorivuG
- Created: 2023-10-03T03:35:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T04:01:40.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:03:18.524Z (5 months ago)
- Language: Java
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 项目介绍
本项目实现了一个提供 API 接口供开发者调用的平台。用户可以注册登录后开通接口调用权限、浏览接口、
在线调试、还能使用**客户端 SDK**轻松在代码中调用接口;管理员可以接入并发布接口,统计各接口调用情况。
> SDK 地址:https://github.com/JollyCorivuG/api-cloud-client-sdk# 项目架构图
# 技术选型
- Java 17 + Spring Boot 3.1.2
- Spring Boot Starter(SDK 开发)
- Dubbo(RPC 远程调用)
- Nacos(服务注册中心)
- Spring Cloud Gateway(网关、限流、日志实现)