{"id":34568604,"url":"https://github.com/dino-proj/dino-spring-modules","last_synced_at":"2026-04-11T16:08:49.923Z","repository":{"id":195262440,"uuid":"692568952","full_name":"dino-proj/dino-spring-modules","owner":"dino-proj","description":"Dino Spring 业务模块，包含IM、OSS、SMS","archived":false,"fork":false,"pushed_at":"2023-10-09T13:32:59.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T20:34:30.736Z","etag":null,"topics":["dino-spring","im","java17","oss","spring-boot"],"latest_commit_sha":null,"homepage":"https://dinodev.cn/dino-spring/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dino-proj.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}},"created_at":"2023-09-16T22:12:06.000Z","updated_at":"2023-10-09T13:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4c4d21c-ffaa-4183-a2eb-8560bcd5a9b6","html_url":"https://github.com/dino-proj/dino-spring-modules","commit_stats":null,"previous_names":["dino-proj/dino-spring-modules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dino-proj/dino-spring-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino-proj%2Fdino-spring-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino-proj%2Fdino-spring-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino-proj%2Fdino-spring-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino-proj%2Fdino-spring-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dino-proj","download_url":"https://codeload.github.com/dino-proj/dino-spring-modules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dino-proj%2Fdino-spring-modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27999539,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["dino-spring","im","java17","oss","spring-boot"],"created_at":"2025-12-24T09:13:33.862Z","updated_at":"2025-12-24T09:13:34.558Z","avatar_url":"https://github.com/dino-proj.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cdiv\u003e\u003cimg src=\"./.assert/intro.svg\" style=\"max-height:300px\"  /\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n## 🦖 Dino Spring Modules\n\nSpring Boot是非常优秀的Java后端开发框架，其解决了很多重复开发的问题，能做到对各种常用组件的自动配置。其解决了基础依赖问题。\n\n然而，在很多项目开发中，存在大量功能代码复用问题，Dino Spring希望从这个层面解决问题，提升业务功能的开发速度和开发质量。\n\nDino Spring用于快速构建前后端分离应用，支持微服务，多租户，模块化设计.\n\nDino Spring Modules 是可复用的业务功能模块的集合，包含了常用的业务功能模块，如IM消息、OSS文件管理、工作流管理等。\n\n## 🎯 Dino Spring开发主张\n\n- **目标：** 提高10倍开发速度；降低10倍Bug量；避免复制粘贴。\n\n- **模块化结构：** 按照模块划分而非按照Java Class类型划分，同一个功能下的Entity、VO、Service、Repository位于同一目录结构下。\n\n- **非必要不定义接口：** 非必要情况下，不采用Interface-Implement方式，因为大部分业务功能没有定义接口的必要，无需浪费开发时间。\n\n- **开发不写文档：** 开发不应该再写文档，rest接口文档应在代码中完成，无需再写接口文档，前后端应尽量避免沟通，一切以rest接口文档为准。如果rest接口不够详尽明确，后端应修改代码，完善接口描述。\n\n## 💡 版本说明\n- **Java JDK:** \u003e=17\n- **Spring Framework:** 6.0.11\n- **Spring Boot:** 3.1.2\n- **Spring Cloud:** 2022.0.3\n\n## ✨ 业务模块\n\n### 🦖 dino-spring-modules-im\n\n```xml\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.dinospring\u003c/groupId\u003e\n      \u003cartifactId\u003edino-spring-modules-im\u003c/artifactId\u003e\n      \u003cversion\u003e${dino-spring.version}\u003c/version\u003e\n    \u003c/dependency\u003e\n```\n\n### 🦖 dino-spring-modules-oss\n\n\n```xml\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.dinospring\u003c/groupId\u003e\n      \u003cartifactId\u003edino-spring-modules-oss\u003c/artifactId\u003e\n      \u003cversion\u003e${dino-spring.version}\u003c/version\u003e\n    \u003c/dependency\u003e\n```\n\n## 🚀 快速开始\n\n[详细开发文档](https://dinodev.cn/dino-spring/)https://dinodev.cn/dino-spring/\n\njava spring项目maven pom.xml配置如下：\n```xml\n\u003cproject\u003e\n  \u003cparent\u003e\n    \u003cgroupId\u003eorg.dinospring\u003c/groupId\u003e\n    \u003cartifactId\u003edino-spring-boot-starter-parent\u003c/artifactId\u003e\n    \u003cversion\u003e3.0.0\u003c/version\u003e\n  \u003c/parent\u003e\n  \u003cgroupId\u003eyour group id\u003c/groupId\u003e\n  \u003cartifactId\u003eyour artifact id\u003c/artifactId\u003e\n\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.dinospring\u003c/groupId\u003e\n      \u003cartifactId\u003edino-spring-core\u003c/artifactId\u003e\n      \u003cversion\u003e${dino-spring.version}\u003c/version\u003e\n    \u003c/dependency\u003e\n  \u003cdependencies\u003e\n\u003c/project\u003e\n```\n## 📄 License\n\ndino-spring-modules is an open source software licensed as [Apache-2.0](./LICENSE).\n\n## 🫶 Citation\nIf you find our work useful for your research, please consider citing the paper:\n\n```bibtex\n@misc{Dino-spring,\n  author = {Cody Lu},\n  title = {Dino-spring},\n  year = {2023},\n  publisher = {GitHub},\n  journal = {GitHub Repository},\n  howpublished = {\\url{https://github.com/dino-proj/dino-spring}}\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdino-proj%2Fdino-spring-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdino-proj%2Fdino-spring-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdino-proj%2Fdino-spring-modules/lists"}