Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreampie/jfinal-dreampie
jfinal plugins
https://github.com/dreampie/jfinal-dreampie
Last synced: about 2 months ago
JSON representation
jfinal plugins
- Host: GitHub
- URL: https://github.com/dreampie/jfinal-dreampie
- Owner: Dreampie
- Created: 2014-11-12T11:07:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T07:10:39.000Z (almost 10 years ago)
- Last Synced: 2023-10-20T19:27:35.319Z (about 1 year ago)
- Size: 171 KB
- Stars: 88
- Watchers: 19
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jfinal-dreampie
===============dreampie.cn 支持我请在右上角点 Star,thanks
jfinal好用的插件正在开发,
下载源码:https://github.com/Dreampie/jfinal-dreampie,
maven引入方式:http://search.maven.org/ 输入jfinal-dreampie搜索:
```xml
cn.dreampie
jfinal-dreampie
1.2
```
demo:(Angularjs前端+jfinal-dreampie插件):https://github.com/Dreampie/icedogdemo:https://github.com/Dreampie/jfinal-demo
剥离框架前的源码:https://github.com/Dreampie/dreampie
https://github.com/Dreampie?tab=repositories 目录下有多款插件,可以在maven里搜索到:
cn.dreampie.jfinal-shiro https://github.com/Dreampie/jfinal-shiro shiro插件
cn.dreampie.jfinal-shiro-freemarker https://github.com/Dreampie/jfinal-shiro-freemarker shiro插件实现的freemarker标签库
cn.dreampie.jfinal-web https://github.com/Dreampie/jfinal-web 相关web插件,简洁model实现
cn.dreampie.jfinal-utils https://github.com/Dreampie/jfinal-utils 部分jfinal工具
cn.dreampie.jfinal-tablebind https://github.com/Dreampie/jfinal-routebind jfinal的controller自动绑定插件
cn.dreampie.jfinal-tablebind https://github.com/Dreampie/jfinal-tablebind jfinal的table自动绑定插件,支持多数据源
cn.dreampie.jfinal-flyway https://github.com/Dreampie/jfinal-flyway 数据库脚本升级插件,开发中升级应用时,使用脚本同步升级数据库或者回滚
cn.dreampie.jfinal-captcha https://github.com/Dreampie/jfinal-captcha 基于jfinal render的超简单验证码插件
cn.dreampie.jfinal-quartz https://github.com/Dreampie/jfinal-quartz 基于jfinal 的quartz管理器
cn.dreampie.jfinal-sqlinxml https://github.com/Dreampie/jfinal-sqlinxml 基于jfinal 的类似ibatis的sql语句管理方案
cn.dreampie.jfinal-lesscss https://github.com/Dreampie/jfinal-lesscss java实现的lesscsss实时编译插件,可以由于jfinal
cn.dreampie.jfinal-coffeescript https://github.com/Dreampie/jfinal-coffeescript java实现的coffeescript实时编译插件,可以由于jfinal
cn.dreampie.jfinal-akka https://github.com/Dreampie/jfinal-akka java使用akka执行异步任务
cn.dreampie.jfinal-mailer https://github.com/Dreampie/jfinal-mailer 使用akka发布邮件的jfinal插件
cn.dreampie.jfinal-slf4j https://github.com/Dreampie/jfinal-slf4j 让jfinal使用slf4j的日志api
部分代码正在调试和开发中,欢迎大家使用