Giter Club home page Giter Club logo

quick4j's Introduction

quick4j


quick4j 是一个通用JavaWeb项目骨架, 积极在探索使用Java、Web等一系列技术,搭建开发高性能、高可拓展性、高可维护性,高安全性的web项目; 以及Web前端模块化、组件化开发,与后台最佳的交互;以及探索使用NoSQL、与SQL等多数据库共存的解决方案; 提供大量模块参考,比如:权限管理模块。

作为一个 seed(种子) 项目,你可以基于它,快速搭建项目原型,并开发。

你可以使用 quick4j

  • 快速搭建项目原型,基于Spring + Spring MVC + Mybatis,简单轻便、易于扩展的架构,适用于大多数项目
  • 封装了常用的CURD,配合mybatis-generator 自动生成dao、model、mapper层,减少重复劳动,提高生产力,实现快速、平稳的开发
  • 实现Mybatis的分页查询模块,支持MySQL、PostgreSQL、SQLServer等数据库分页查询
  • 通用的权限管理模块,基于Apache Shiro的 用户-角色-权限(RBAC)的细粒度权限控制
  • 大量配置示例,根据需求,自由优化、调整,达到最佳性能
  • 大量前端模块化开发示例,积极在探索前端最佳的架构,与后台最佳的交互,构建雄心勃勃的Application

How to get/use it

  • 2、在MySQL中导入 quick4j/src/test/resources/quick4j.sql 脚本
  • 3、更新 quick4j/src/main/resources/application.properties 中 JDBC Global Setting
  • 4、cd quick4j
  • 5、mvn war:war
  • 6、把 quick4j/target/quick4j.war 发布在App Server(Tomcat、JBOSS) 中

在IDE 中查看源码并运行

1 、在IntelliJ IDEA

  • File -> Import Project -> select quick4j folder -> create project form existing sources -> ...

2、 在Eclipse

  • File -> Import -> Existing Maven Projects -> ...

If you have a better suggestion,Please share out,Let's do better.

Author :starzou
Email :[email protected]

quick4j's People

Contributors

starzou avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.