{"id":33179513,"url":"https://github.com/skrstop/skrstop-components","last_synced_at":"2026-06-27T12:03:15.132Z","repository":{"id":209592256,"uuid":"724456135","full_name":"skrstop/skrstop-components","owner":"skrstop","description":"基于springboot的常用功能封装，包括：通用响应、通用异常、数据库、redis、远程存储、常用自定义注解、多数据源等，省去各种配置和通用配置，开箱即用，支持jdk8+、jdk17+","archived":false,"fork":false,"pushed_at":"2026-06-11T14:03:37.000Z","size":4017,"stargazers_count":239,"open_issues_count":0,"forks_count":30,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-06-11T14:04:14.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skrstop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-28T05:33:50.000Z","updated_at":"2026-06-11T11:45:38.000Z","dependencies_parsed_at":"2023-12-20T15:40:31.342Z","dependency_job_id":"d1b1fe1c-db1b-40d3-8ec2-109663f21593","html_url":"https://github.com/skrstop/skrstop-components","commit_stats":null,"previous_names":["jeff-eric/components-parent","jeff-eric/zoe-components","skrstop/skrstop-components"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/skrstop/skrstop-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrstop%2Fskrstop-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrstop%2Fskrstop-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrstop%2Fskrstop-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrstop%2Fskrstop-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skrstop","download_url":"https://codeload.github.com/skrstop/skrstop-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrstop%2Fskrstop-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34852286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-11-16T03:00:36.836Z","updated_at":"2026-06-27T12:03:15.127Z","avatar_url":"https://github.com/skrstop.png","language":"Java","funding_links":[],"categories":["工具库"],"sub_categories":[],"readme":"# 最低jdk版本\n\n* JDK 17\n* JDK 17 以下，请使用1.2.x版本\n\n# maven使用\n\n已上传maven, 请按需使用\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.skrstop.framework\u003c/groupId\u003e\n    \u003cartifactId\u003ecomponents-xxxx-xxxxxxxx\u003c/artifactId\u003e\n    \u003cversion\u003e${skrstop.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# 基础工具包\n\n```\n\n├── components-core                                                         #├── 基础核心模块\n│   ├── components-core-common                                               │   ├── 基础实体、接口\n│   ├── components-core-exception                                            │   ├── 通用异常、异常接口\n│   └── components-core-annotation                                           └───└── 通用注解\n│\n│\n├── components-example                                                      #├── 样例\n│   ├── components-example-starter-cloud-feign                               │   ├── feign样例\n│   └── components-example-starter-simple                                    └───└── 其他简单样例\n│\n│\n├── components-project                                                      #├── 业务项目父pom文件模块\n│\n│\n├── components-extra                                                        #├── 额外模块\n│\n│\n├── components-starters                                                     #├── starter自动配置模块\n│   ├── starter-common                                                       │   ├── 通用模块\n│   ├── starter-annotation                                                   │   ├── 通用自定义注解\n│   ├── starter-banner                                                       │   ├── banner\n│   ├── starter-database                                                     │   ├── database\n│   ├── starter-feign-protostuff                                             │   ├── feign的http2和protobuf支持\n│   ├── starter-id                                                           │   ├── id服务自动配置\n│   ├── starter-metrics                                                      │   ├── 额外监控指标支持\n│   ├── starter-mongodb                                                      │   ├── mongodb\n│   ├── starter-object-storage                                               │   ├── 对象存储服务自动配置\n│   ├── starter-port-shift                                                   │   ├── 端口自动偏移\n│   ├── starter-redis                                                        │   ├── redis封装方法服务自动配置\n│   ├── starter-spring-support                                               │   ├── spring通用支持方法\n│   └── starter-web                                                          └───└── 统一返回值、异常处理\n│\n│\n├── components-utils                                                        #├── 工具模块\n│   ├── util-compression                                                     │   ├── 解压缩\n│   ├── util-constant                                                        │   ├── 常量池                      \n│   ├── util-cryto                                                           │   ├── 加解密\n│   ├── util-db                                                              │   ├── database\n│   ├── util-event                                                           │   ├── 进程内事件模型\n│   ├── util-executor                                                        │   ├── 线程池\n│   ├── util-extra                                                           │   ├── Emoji、FTP、二维码、邮件、图片验证码\n│   ├── util-http                                                            │   ├── http客户端：JDKHTTPClient、OKHttpClient\n│   ├── util-media                                                           │   ├── 视频处理、图片处理、文件识别\n│   ├── util-serialization                                                   │   ├── 序列化：json、gson、protostuff\n│   ├── util-setting                                                         │   ├── 属性文件处理\n│   ├── util-stress                                                          │   ├── 本地压力测试包\n│   ├── util-system                                                          │   ├── IP检测、端口检测、系统参数获取、脚本运行\n│   └── util-value                                                           └───└── 值处理：bean、string、array、collection、number、date、object、lambda、reflect、stream、assert\n│\n├── LICENSE                                                                 #├── 版权协议\n├── README.md                                                               #├── 项目描述文件\n├── CHANGELOG.md                                                            #├── 版本发布日志\n└── pom.xml                                                                 #├── 依赖包、协议、署名等管理\n\n```\n\n# 常用可用类库版本\n\n* springBoot 3.3.13\n* springCloud 2023.0.6\n* springCloudAlibaba 2023.0.3.4\n* log4j 2.24.3\n* lombok 1.8.42\n* mybatis 3.5.19\n* mybatis-plus 3.5.7\n* redisson 3.43.0\n* druid 1.2.24\n* hutool 5.8.41\n* fastjson 2.0.59\n* morphia 2.5.0\n* ...\n\n# 计划待添加功能\n\n* components-starter-object-storage 模块中增加：阿里云oss、华为云obs\n* components-starter-mqtt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskrstop%2Fskrstop-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskrstop%2Fskrstop-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskrstop%2Fskrstop-components/lists"}