Skip to content

guoyu07/kungfu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A REST framework, base on JFinal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%