{"id":26874343,"url":"https://github.com/wayshall/onetwo","last_synced_at":"2025-05-07T11:41:38.926Z","repository":{"id":37444782,"uuid":"47802308","full_name":"wayshall/onetwo","owner":"wayshall","description":"一个基于spring和spring boot的快速开发框架……","archived":false,"fork":false,"pushed_at":"2024-09-05T02:59:53.000Z","size":60507,"stargazers_count":19,"open_issues_count":21,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-06T10:12:54.487Z","etag":null,"topics":["spring","spring-boot","spring-cloud"],"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/wayshall.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":"2015-12-11T03:17:58.000Z","updated_at":"2024-08-26T16:52:16.000Z","dependencies_parsed_at":"2022-07-12T13:34:39.121Z","dependency_job_id":"8313ed32-7e49-42b2-9c55-747b1d07df26","html_url":"https://github.com/wayshall/onetwo","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayshall%2Fonetwo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayshall%2Fonetwo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayshall%2Fonetwo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayshall%2Fonetwo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayshall","download_url":"https://codeload.github.com/wayshall/onetwo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252873137,"owners_count":21817703,"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":["spring","spring-boot","spring-cloud"],"created_at":"2025-03-31T09:36:31.438Z","updated_at":"2025-05-07T11:41:38.895Z","avatar_url":"https://github.com/wayshall.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zifish\n------\n基于spring boot的快速开发框架   \n\n联系邮箱：  wayshall@qq.com\n\n\n\n## 环境要求和主要框架依赖版本\n- JDK 8+\n- Spring 4.x+\n- Spring Boot 2.7.18 (boot模块要求）\n- Spring Cloud 2021.0.9 (cloud模块要求)\n\n## maven   \n当前snapshot版本：**5.2.7-SNAPSHOT**   \n\n若使用snapshot版本，请添加snapshotRepository仓储：   \n```xml   \n\u003crepository\u003e\n     \u003cid\u003eoss\u003c/id\u003e\n     \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\n    \u003csnapshots\u003e\n        \u003cenabled\u003etrue\u003c/enabled\u003e\n    \u003c/snapshots\u003e\n\u003c/repository\u003e   \n```\n\n## 示例项目   \n基于zifish的web示例项目：\n[web-sample](https://github.com/wayshall/onetwo-web-sample)  \n基于zifish的后台管理示例项目：\n[web-manager](https://github.com/wayshall/onetwo-web-manager)   \n\n\n## [common模块](https://github.com/wayshall/onetwo/tree/master/core/modules/common)\n通用模块，一些工具类封装。\n\n## [spring模块](https://github.com/wayshall/onetwo/tree/master/core/modules/spring)\n依赖到spring相关的封装\n\n\n## [内嵌tomcat模块](https://github.com/wayshall/onetwo/tree/master/core/modules/tomcat)\n简单的内嵌tomcat容器实现\n\n## [poi模块](https://github.com/wayshall/onetwo/tree/master/core/modules/poi)\n基于poi，对操作excel的简单封装。\n\n## [dbm模块](https://github.com/wayshall/dbm)\n\n基于spring jdbc实现的简单orm   \n\n单独使用dbm的示例项目：\n[boot-dbm-sample](https://github.com/wayshall/boot-dbm-sample)\n\n## [security模块](https://github.com/wayshall/onetwo/tree/master/core/modules/security)\n基于spring security实现的动态 RBAC 权限管理  \n\n\n## [boot模块](https://github.com/wayshall/onetwo/tree/master/core/modules/boot)\nboot模块：\n- 基于boot之上封装插件机制\n- freemarker增加插件路径分派支持\n- 封装第三方库使用\n  \n\n## [zifish-plugins插件项目](https://github.com/wayshall/zifish-plugins)\n包含了基于本框架开发的插件。\n- web-admin插件：使用jquery-easyui编写的简单后台管理，包含了基本的权限管理和菜单功能。\n- swaggerext插件\n\n\n## 捐赠\n如果你觉得这个项目帮到了你，请用支付宝打赏一杯咖啡吧~~~   \n\n![支付宝](doc/alipay2.jpg) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayshall%2Fonetwo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayshall%2Fonetwo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayshall%2Fonetwo/lists"}