{"id":15211298,"url":"https://github.com/insist-youself/linger-api-backend","last_synced_at":"2026-03-08T21:02:48.314Z","repository":{"id":226837065,"uuid":"756148299","full_name":"insist-youself/linger-api-backend","owner":"insist-youself","description":"Linger API-开放平台后端代码","archived":false,"fork":false,"pushed_at":"2024-07-19T09:37:06.000Z","size":3466,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T18:37:44.908Z","etag":null,"topics":["api","dubbo","gateway","hutool","java","knife4j","maven","mybatis-plus","mysql","nacos","redis","spring-boot","springmvc"],"latest_commit_sha":null,"homepage":"http://liu-lian.com.cn","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insist-youself.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-12T03:54:14.000Z","updated_at":"2024-07-19T09:37:09.000Z","dependencies_parsed_at":"2024-03-10T03:21:00.346Z","dependency_job_id":"6f7e6163-00ba-43ad-be36-140c94702b28","html_url":"https://github.com/insist-youself/linger-api-backend","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.022222222222222254","last_synced_commit":"11f4a50c82daefe3d232988c13a56fa13d2a90bd"},"previous_names":["insist-youself/linger-api-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insist-youself%2Flinger-api-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insist-youself%2Flinger-api-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insist-youself%2Flinger-api-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insist-youself%2Flinger-api-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insist-youself","download_url":"https://codeload.github.com/insist-youself/linger-api-backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243064726,"owners_count":20230622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","dubbo","gateway","hutool","java","knife4j","maven","mybatis-plus","mysql","nacos","redis","spring-boot","springmvc"],"created_at":"2024-09-28T08:22:40.198Z","updated_at":"2025-12-12T00:02:37.351Z","avatar_url":"https://github.com/insist-youself.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linger API开放平台\n\n提供API接口供开发者调用的平台，基于Spring Boot后端 + Ant Design Pro前端的全栈项目。\n管理员可以接入并发布接口、可视化各接口的调用情况；用户可以注册登录并开通接口调用权限、浏览接口、在线\n调试，而且还能够使用客户端SDK轻松在代码中调用接口。\n\n在线体验地址：[Linger API](http://liu-lian.com.cn)\n\n前端开源地址：https://github.com/insist-youself/linger-api-frontend\n\n## 项目展示\n\n\n- 登录页面\n  ![img.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img.png)\n- 接口商店\n  ![img_1.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_1.png)\n- 我的接口\n  ![img_2.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_2.png)\n- 接口调用\n  ![img_8.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_8.png)\n  ![img_9.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_9.png)\n- 接口管理\n  ![img_3.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_3.png)\n- 用户管理\n  ![img_10.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_10.png)\n- 接口分析\n  ![img_4.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_4.png)\n- 个人中心\n  ![img_5.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_5.png)\n\n## 目录结构\n\n\n\n| 目录                                                | 描述        |\n|---------------------------------------------------|-----------|\n| 🏘️ [linger-api-backend](linger-api-client-sdk)   | API后端服务模块 |\n| 🏘️ [linger-api-common](linger-api-common)        | 公共服务模块    |\n| 🕸️ [linger-api-gateway](linger-api-gateway)      | 网关模块      |\n| 🔗 [linger-interface](linger-interface)           | 接口模块      |\n| 🛠 [linger-api-client-sdk](linger-api-client-sdk) | 开发者调用sdk  |\n\n## 系统架构\n\n![img_6.png](https://webs-tlias-plus.oss-cn-hangzhou.aliyuncs.com/img_6.png)\n\n## 技术选型\n\n\n### 后端\n\n- Spring Boot\n- Spring MVC\n- MySQL 数据库\n- Redis 缓存\n- 阿里云OSS 存储\n- Dubbo 分布式（RPC、Nacos）\n- Spring Cloud Gateway 微服务网关\n- API 签名认证（Http 调用）\n- Swagger + Knife4j 接口文档\n- Spring Boot Starter（SDK 开发）\n- Spring Session Redis 分布式登录\n- Apache Commons Lang3 工具类\n- MyBatis-Plus 及 MyBatis X 自动生成\n- Hutool、Apache Common Utils 等工具库\n\n### 前端\n\n- React 18\n- Ant Design Pro 5.x 脚手架\n- Ant Design 组件库\n- Umi 4 前端框架\n- OpenAPI 前端代码生成\n\n## 功能模块\n\n\n- 用户、管理员\n    - 登录注册\n    - 个人主页，包括上传头像，显示密钥，重新生成ak,sk\n    - 管理员：接口管理\n    - 管理员：用户管理\n    - 管理员：接口分析\n\n- 接口\n    - 浏览接口信息\n    - 🌟 签名算法校验接口调用权限\n    - 🌟 SDK调用接口\n    - 接口搜索\n\n## 快速上手\n\n\n### 后端\n\n1. 将各模块配置修改成你自己本地的端口、账号、密码\n2. 启动 Nacos、Mysql、Redis\n3. 将公共服务 linger-api-common 以及 linger-api-client-sdk 安装(Maven下的install)到本地仓库\n4. 按顺序启动服务\n\n服务启动顺序参考：\n\n1. linger-api-backend\n2. linger-api-gateway\n3. linger-interface\n\n### 前端\n\n环境要求：Node.js \u003e= 16\n\n安装依赖：\n````\nyarn\n````\n\n启动：\n````\nnpm run start:dev\n````\n\n## 欢迎贡献与交流\n项目需要大家的支持，期待更多小伙伴的贡献，你可以：\n\n对于项目中的Bug，能够在Issues区提出建议，我会积极响应","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsist-youself%2Flinger-api-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsist-youself%2Flinger-api-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsist-youself%2Flinger-api-backend/lists"}