{"id":24514622,"url":"https://github.com/qiutuan/springboot_init","last_synced_at":"2025-07-25T16:40:27.670Z","repository":{"id":263529278,"uuid":"887204767","full_name":"qiutuan/springboot_init","owner":"qiutuan","description":"这是一个功能齐全的SpringBoot脚手架项目，集成了常用的开发组件和功能模块，帮助开发者快速搭建企业级Java应用。","archived":false,"fork":false,"pushed_at":"2024-12-17T07:33:42.000Z","size":117,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:42:51.117Z","etag":null,"topics":["java","jwt","mybatis","mybatis-plus","redis","springboot","swagger"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qiutuan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-12T10:50:12.000Z","updated_at":"2025-03-18T05:38:39.000Z","dependencies_parsed_at":"2024-12-17T08:33:29.830Z","dependency_job_id":"3d6f470e-9965-4d7f-8cce-b25bc0bde190","html_url":"https://github.com/qiutuan/springboot_init","commit_stats":null,"previous_names":["qiutuan/springboot_init"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiutuan%2Fspringboot_init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiutuan%2Fspringboot_init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiutuan%2Fspringboot_init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiutuan%2Fspringboot_init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qiutuan","download_url":"https://codeload.github.com/qiutuan/springboot_init/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852186,"owners_count":21171843,"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":["java","jwt","mybatis","mybatis-plus","redis","springboot","swagger"],"created_at":"2025-01-22T01:13:54.469Z","updated_at":"2025-04-14T09:21:27.640Z","avatar_url":"https://github.com/qiutuan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![SpringBoot](https://img.shields.io/badge/SpringBoot-框架-orange)![MyBatis-Plus](https://img.shields.io/badge/MyBatis--Plus-ORM框架-orange)![Redis](https://img.shields.io/badge/Redis-缓存-orange)![WebSocket](https://img.shields.io/badge/WebSocket-实时通信-orange)![MinIO](https://img.shields.io/badge/MinIO-对象存储-orange)![腾讯云COS](https://img.shields.io/badge/腾讯云COS-对象存储-orange)![AOP](https://img.shields.io/badge/AOP-面向切面编程-orange)\n\n# SpringBoot脚手架\n\n## 项目介绍\n\n这是一个功能齐全的SpringBoot脚手架项目，集成了常用的开发组件和功能模块，帮助开发者快速搭建企业级Java应用。\n\n## 主要特性\n\n### 1. 权限管理\n\n- 基于注解的权限控制 (`@AuthCheck`)\n- 灵活的角色权限校验机制\n- 用户登录状态管理\n\n### 2. 接口保护\n\n- 接口限流控制 (`@RateLimit`)\n- 防重复提交保护 (`@RepeatSubmit`)\n- 请求响应日志记录\n\n### 3. 文件存储\n\n- 支持腾讯云COS对象存储\n- 支持MinIO对象存储\n- 灵活的存储配置\n\n### 4. 实时通信\n\n- WebSocket服务支持\n- 心跳检测机制\n- 消息确认机制\n\n### 5. 缓存支持\n\n- Redis缓存集成\n- 统一的缓存管理配置\n- 分布式锁支持\n\n### 6. 数据库支持\n\n- MyBatis-Plus集成\n- 分页插件\n- 数据库连接池配置\n\n### 7. 通用功能\n\n- 统一响应处理\n- 全局跨域配置\n- 线程池管理\n- 统一异常处理\n\n## 技术栈\n\n- SpringBoot\n- MyBatis-Plus\n- Redis\n- WebSocket\n- MinIO\n- 腾讯云COS\n- AOP\n\n## 快速开始\n\n### 环境要求\n\n- JDK 17+\n- Maven 3.6+\n- Redis\n- MySQL\n\n### 配置说明\n\n1. 数据库配置\n2. Redis配置\n3. 文件存储配置（COS/MinIO）\n4. 线程池配置\n\n### 常用注解\n\n```java\n@AuthCheck          // 权限校验\n\n@RateLimit          // 接口限流\n\n@RepeatSubmit      // 防重复提交\n```\n\n## 项目结构\n\n```\n├── annotation // 自定义注解\n├── aop // AOP切面\n├── aspect // 切面实现\n├── common // 通用类\n├── config // 配置类\n├── constant // 常量定义\n├── controller // 控制器\n├── service // 服务层\n└── util // 工具类\n```\n\n## 特别说明\n\n本项目提供了一套完整的企业级应用开发框架，开发者可以基于此快速构建自己的应用。项目集成了主流的技术组件，并提供了丰富的功能特性。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiutuan%2Fspringboot_init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqiutuan%2Fspringboot_init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiutuan%2Fspringboot_init/lists"}