{"id":14982987,"url":"https://github.com/eliteams/quick4j","last_synced_at":"2025-04-05T19:14:22.425Z","repository":{"id":201596127,"uuid":"71636182","full_name":"Eliteams/quick4j","owner":"Eliteams","description":"Use quick4j build simple,fast,ahead and flexible JVM-based systems and applications.","archived":false,"fork":false,"pushed_at":"2017-05-15T05:46:21.000Z","size":20995,"stargazers_count":351,"open_issues_count":6,"forks_count":346,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-04-05T19:14:00.008Z","etag":null,"topics":["admin","java","mybatis","spring","spring-mvc"],"latest_commit_sha":null,"homepage":"http://blog.csdn.net/zoutongyuan/article/details/41379851","language":"JavaScript","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/Eliteams.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":"2016-10-22T11:57:49.000Z","updated_at":"2024-10-21T01:49:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"f004aa63-fa0f-4ae8-af6f-38ca24ec412b","html_url":"https://github.com/Eliteams/quick4j","commit_stats":null,"previous_names":["eliteams/quick4j"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eliteams%2Fquick4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eliteams%2Fquick4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eliteams%2Fquick4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eliteams%2Fquick4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eliteams","download_url":"https://codeload.github.com/Eliteams/quick4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386266,"owners_count":20930619,"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":["admin","java","mybatis","spring","spring-mvc"],"created_at":"2024-09-24T14:06:32.454Z","updated_at":"2025-04-05T19:14:22.377Z","avatar_url":"https://github.com/Eliteams.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003equick4j\u003c/h1\u003e\n\n\n**quick4j** 是一个通用JavaWeb项目骨架， \n积极在探索使用Java、Web等一系列技术，搭建开发高性能、高可拓展性、高可维护性，高安全性的web项目；\n以及Web前端模块化、组件化开发，与后台最佳的交互；以及探索使用NoSQL、与SQL等多数据库共存的解决方案；\n提供大量模块参考，比如：权限管理模块。\n\n作为一个 seed(种子) 项目，你可以基于它，快速搭建项目原型，并开发。\n\n\n## 项目情况\n\u003e 此项目本是在3年前，开发新的项目时，采用ssm搭建的一个原型；完成新项目后，本着开源的精神，整理共享出来，帮助后人，这就是现在的quick4j。  \n\u003e 但无心插柳柳成荫，超过500多的forks，几百份求助邮件，每天几十Clones，让我倍感欣慰，为开源贡献了微薄的力量。  \n\u003e 前段时间，由于该项目中包含有IntelliJ IDEA软件的keygen，被GitHub Ban了。删除相关代码后，由于工作太忙，也没有申诉了。  \n\u003e 技术的更替，是值得鼓励的。我是一个喜欢挑战的人，我现在已经转战JavaScript，所以以后也没时间、没精力更新此项目，抱歉大家。  \n\u003e 当然，我喜欢开源软件，正是因为开源，集众人的智慧，技术才会快速发展，加快人类的对未知事物探索。让我们做的更好吧。\n\n\n## 你可以使用 **quick4j**：\n\u003e * 快速搭建项目原型，基于Spring + Spring MVC + Mybatis，简单轻便、易于扩展的架构，适用于大多数项目\n\u003e * 封装了常用的CURD，配合mybatis-generator 自动生成dao、model、mapper层，减少重复劳动，提高生产力，实现快速、平稳的开发\n\u003e * 实现Mybatis的分页查询模块，支持MySQL、PostgreSQL、SQLServer等数据库分页查询\n\u003e * 通用的权限管理模块，基于Apache Shiro的 用户-角色-权限(RBAC)的细粒度权限控制\n\u003e * 大量配置示例，根据需求，自由优化、调整，达到最佳性能\n\u003e * 大量前端模块化开发示例，积极在探索前端最佳的架构，与后台最佳的交互，构建雄心勃勃的Application\n\n\n## How to get/use it\n\u003e \n* 1、git clone https://github.com/Eliteams/quick4j.git\n* 2、在MySQL中导入 quick4j/src/test/resources/quick4j.sql 脚本\n* 3、更新 quick4j/src/main/resources/application.properties 中 JDBC Global Setting\n* 4、cd quick4j\n* 5、mvn war:war \n* 6、把 quick4j/target/quick4j.war 发布在App Server(Tomcat、JBOSS) 中\n\n\n## 在IDE 中查看源码并运行\n\u003e #### 1 、在IntelliJ IDEA\n* File -\u003e Import Project -\u003e select quick4j folder -\u003e create project form existing sources -\u003e ...\n\n\u003e #### 2、 在Eclipse\n* File -\u003e Import -\u003e Existing Maven Projects -\u003e ...\n\n\n## If you have a better suggestion,Please share out,Let's do better.\n\u003e Author ：StarZou  \n\u003e Email  ：starzou@126.com\n\n\n## License\n\u003e Copyright (c) 2016 StarZou.  \n\u003e Licensed under the MIT license.  \n\n\u003e Welcome to stars, forks, create new pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliteams%2Fquick4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliteams%2Fquick4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliteams%2Fquick4j/lists"}