{"id":14973058,"url":"https://github.com/zj-dreamly/dreamly","last_synced_at":"2026-02-18T14:03:12.662Z","repository":{"id":45106686,"uuid":"187196568","full_name":"zj-dreamly/dreamly","owner":"zj-dreamly","description":"java工具集合，整合了web开发常用组件","archived":false,"fork":false,"pushed_at":"2022-12-12T21:42:19.000Z","size":1782,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-29T20:12:18.121Z","etag":null,"topics":["develop","java","jwt","mail","queue","security","springboot","swagger","tool"],"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/zj-dreamly.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}},"created_at":"2019-05-17T10:25:33.000Z","updated_at":"2021-11-09T10:42:08.000Z","dependencies_parsed_at":"2023-01-28T01:31:52.950Z","dependency_job_id":null,"html_url":"https://github.com/zj-dreamly/dreamly","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zj-dreamly/dreamly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fdreamly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fdreamly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fdreamly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fdreamly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zj-dreamly","download_url":"https://codeload.github.com/zj-dreamly/dreamly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zj-dreamly%2Fdreamly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29581536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["develop","java","jwt","mail","queue","security","springboot","swagger","tool"],"created_at":"2024-09-24T13:48:01.398Z","updated_at":"2026-02-18T14:03:12.641Z","avatar_url":"https://github.com/zj-dreamly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"java tools. 仓库最新版本 1.0.0-beta.6\n\n### dreamly-starter-develop\n- 代码生成器组件，可生成基本的CRUD代码\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-develop\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n\n### dreamly-starter-mail\n- 邮件工具类，包括接收邮件，发送邮件\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-mail\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-queue\n- 任务队列，用作延迟任务\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-queue\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-security-jwt\n- 安全组件，用于常规登录，鉴权等\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-security-jwt\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-swagger\n- 文档组件，集成knife4j\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-swagger\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-im\n- im组件，用于即时通讯，整合cim\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-im\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-sms\n- 短信组件，用于短信发送，状态接收，整合阿里云sms\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-sms\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-oss\n- 存储组件，用于文件存储，整合阿里云，七牛云\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-oss\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n### dreamly-starter-tool\n- 各种工具类\n组件引入\n```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.github.zj-dreamly\u003c/groupId\u003e\n            \u003cartifactId\u003edreamly-starter-tool\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0-beta.6\u003c/version\u003e\n        \u003c/dependency\u003e\n```\n\n已发布中央仓库，文档抽个时间完善\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzj-dreamly%2Fdreamly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzj-dreamly%2Fdreamly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzj-dreamly%2Fdreamly/lists"}