All Projects → ticktack → kungfu

ticktack / kungfu

Licence: other
A REST framework, base on JFinal.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to kungfu

httpdump
A complete openresty-based tool for dumping http request & response in json format log.
Stars: ✭ 15 (-80.77%)
Mutual labels:  restful
tutorial-go-fiber-rest-api
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
Stars: ✭ 175 (+124.36%)
Mutual labels:  restful
in-memoriam
Lightweight, super fast, atomic, transactional in-memory database
Stars: ✭ 13 (-83.33%)
Mutual labels:  restful
jAlbum
a java web photo manager
Stars: ✭ 45 (-42.31%)
Mutual labels:  restful
REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (-11.54%)
Mutual labels:  restful
mixerapi
A CakePHP Plugin for RESTful API Development [READ-ONLY]
Stars: ✭ 26 (-66.67%)
Mutual labels:  restful
symfony-angular-todomvc
An implementation of TodoMVC using AngularJS and Symfony REST Edition
Stars: ✭ 94 (+20.51%)
Mutual labels:  restful
rudder
RESTful API Proxy for Helm
Stars: ✭ 60 (-23.08%)
Mutual labels:  restful
relax
Relax is a set of tools for modeling, documenting and testing RESTFul APIs
Stars: ✭ 12 (-84.62%)
Mutual labels:  restful
agile-wroking-backend
AgileWorking 是一个团队协作的微信小程序,此工程为小程序的后台实现
Stars: ✭ 67 (-14.1%)
Mutual labels:  restful
Magento-Extra-RESTful
Many more REST resources for Magento's API
Stars: ✭ 32 (-58.97%)
Mutual labels:  restful
tensorflow-scala
A Scala binding of TensorFlow for Serving TensorFlow Models (Provides RESTful API)
Stars: ✭ 47 (-39.74%)
Mutual labels:  restful
go-restapi-boilerplate
How I write rest api service in go
Stars: ✭ 55 (-29.49%)
Mutual labels:  restful
idealyard
使用 Vue 和 Flask 搭建前后端分离的 RESTful 个人博客
Stars: ✭ 112 (+43.59%)
Mutual labels:  restful
rester
Fast and concise RESTful web framework based on fasthttp
Stars: ✭ 27 (-65.38%)
Mutual labels:  restful
zooadmin
Zoo Admin - 在线 zookeeper管理工具,基于Jfinal+Beetl开发。
Stars: ✭ 50 (-35.9%)
Mutual labels:  jfinal
storybook-addon-headless
A Storybook addon to preview content from a headless CMS in components
Stars: ✭ 23 (-70.51%)
Mutual labels:  restful
koa-rest-router
Most powerful, flexible and composable router for building enterprise RESTful APIs easily!
Stars: ✭ 67 (-14.1%)
Mutual labels:  restful
yamlful
YAML-based HTTP client code generation
Stars: ✭ 77 (-1.28%)
Mutual labels:  restful
light-rest-4j
A RESTful framework built on top of light-4j with both Swagger 2.0 and OpenAPI 3.0 supports
Stars: ✭ 113 (+44.87%)
Mutual labels:  restful

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].