kungfu icon indicating copy to clipboard operation
kungfu copied to clipboard

A library for building RESTful web services specifically designed for use with JFinal.

kungfu

Kungfu Framework is a simple and lightweight Java web framework built for rapid development. full support rest.

##Features##

  1. Can build both single project and api/service/web style project.
  2. Embedded code generation capability. help you to achieve speed development.
  3. Support dynamic native SQL.
  4. Provide utility set.

###版本信息### #####kungfu-v0.0.3##### [10001]:generator 结构升级,将上个版本的拆分成两个主要是ModelAPI/Server/Controller/WebPage的差异化;
[10002]:generator 修改:bjui前端页面生成单独拆出来,方便基于其他前端框架的页面生成的扩展;
[10003]:generator 新增:jquery easyui前端页面生成,相关使用方法后期会以文章及开源Demo形式说明使用方法;

###依赖引用### 使用方法:

<dependency>
    <groupId>com.github.ticktack</groupId>
    <artifactId>kungfu</artifactId>
    <version>0.0.3</version>
</dependency>

maven中央库位置: http://mvnrepository.com/artifact/com.github.ticktack/kungfu