基于 JFinal 的 Restful 极简框架:Resty
xb68
10年前
Resty 是一款 Restful 的极简框架,可以说是 JFinal 的 Restful 版本,除了拥有activerecord(吸取了jfinal)的极简开发模式,还支持多数据源和分布式事务,是服务端restful的api接口的理想框架,目前还在测试,之后会给出开发文档。
Github源码:https://github.com/Dreampie/resty
例子:https://github.com/Dreampie/resty/tree/master/resty-example
运行example示例:
1.运行根目录下的pom.xml->install (把相关的插件安装到本地,稳定版之后发布到maven就不需要这样了)
2.在本地mysql数据库里创建demo,example数据库,对应application.properties的数据库配置
3.运行resty-example下的pom.xml->flyway-maven-plugin:migration,生成resources下得数据库表创建文件
4.运行resty-example下的pom.xml->tomcat7-maven-plugin:run,启动example程序
注意:推荐idea作为开发ide,使用分模块的多module开发
项目主页:http://www.open-open.com/lib/view/home/1420354511671