Coder Social home page Coder Social logo

rabbitframework's Introduction

rabbitframework整合框架

rabbitframework框架利用第三方开源框架以及对maven的依赖而整合的基础框架,方便对新项目的开发环境能够快速搭建,后续将在实践中进行积累包装提取慢慢形成一套方便于项目开发的基础框架。目前框架主要划分为以下模块:

一、rabbitframework-commons:公共模块,包括对xml解释,反射机制通用类。

二、rabbitframework-jadb:数据库ORM模块,主要实现以下功能: [paoding-rose]:https://github.com/paoding-code/paoding-rose "rose" [mybatis]:https://github.com/mybatis/mybatis-3 "mybatis"

1、全sql的注释方式;

2、支持缓存功能;

3、支持拦截器功能;

4、支持多数据源功能,读写自动识别,不支持多数据源事务;

5、支持创建表、分表分库(通过拦截器功能实现);

三、rabbitframework-security:权限框架,对[shiro1.2.4]进行扩展,主要扩展项如下: [shiro1.2.4]:https://github.com/apache/shiro/ "shiro1.2.4"

1、支持redis缓存模块。
2、解决在使用第三方缓存时,不断刷缓存session的问题。
3、增加权限缓存过期处理。

四、rabbitframework-web:web-rest框架,集成[jersey2]框架, [jersey2]: https://github.com/jersey/jersey "jersey2"

五、rabbitframework-generator:代码生成器模块,代码生成器通过使用配置和freemarker模板来完成,核心代码将数据库中的表结构转换为实体对象。根据配置信息将实体对象传入模板中,最终生成代码文件。目前默认模板在template/目录中,模板也可以自定义,其模板格式可以查看示例。

六、上述代码,部分可以从我的另一个示例工程中查看示例:[https://github.com/liangjy/learningExample] [https://github.com/liangjy/learningExample]:https://github.com/liangjy/learningExample

rabbitframework's People

Contributors

scloudic avatar

Watchers

James Cloos 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.