Skip to content

Tags: tc310/jfinal-ext

Tags

jfinal-ext-3.1.2

Toggle jfinal-ext-3.1.2's commit message
[maven-release-plugin] copy for tag jfinal-ext-3.1.2

jfinal-ext-3.1.1

Toggle jfinal-ext-3.1.1's commit message
[maven-release-plugin] copy for tag jfinal-ext-3.1.1

jfinal-ext-3.1.0

Toggle jfinal-ext-3.1.0's commit message
[maven-release-plugin] copy for tag jfinal-ext-3.1.0

jfinal-ext-3.0.1

Toggle jfinal-ext-3.0.1's commit message
[maven-release-plugin] copy for tag jfinal-ext-3.0.1

jfinal-ext-3.0.0

Toggle jfinal-ext-3.0.0's commit message
[maven-release-plugin] copy for tag jfinal-ext-3.0.0

jfinal-ext-3.0

Toggle jfinal-ext-3.0's commit message
[maven-release-plugin] copy for tag jfinal-ext-3.0

v2.1

Toggle v2.1's commit message
new feature

新增ExceptionInterceptor统一异常处理
新增I18nInterceptor 国际化拦截器
improvment
重构ControllerTestCase,增加Config的范型配置,重构api支持链式调用
QuartzPlugin和Cron4jPlugin 新增add()方法用于任务的添加。

v2.0

Toggle v2.0's commit message
1 Jfinal-Ext 2.0版本开始依赖guava和joor,让代码更简洁,并已对已有的代码进行了改写。

2 改进autoTableBindPlugin和AutoRouteBind的api,支持链式调用。
3 改进ClassSearcher的api,支持范型返回参数。
4 改进ClassSearcher,让搜索的Class本身不被搜索。
4 Kit包新增JaxbKit和ResourceKit工具类。
5 ExcelRender改名为PoiRender。
6 新增JxlsRender,支持jxls(一个类似freemarker的excel的模板引擎)。
7 改进ControllerTestCase,支持查询参数,post数据包的测试,response写入文件功能。

v1.4

Toggle v1.4's commit message
1 修复SimpleNameStyles的upunderline和lowerunderlin的映射表明会以_开头的bug

2 删除废弃的TableNameStyle
3 修复con4jplugin 启动的bug
4 完善ControllerTestCase, 支持url查询参数

v1.3

Toggle v1.3's commit message
1 AutoTableBindPlugin 新增addExcludeClass系列方法,过滤不想被自动注册的model

2 AutoTableBindPlugin 新增setAutoScan(boolean )方法,设置为false时只注册model上有tablebind注解的类。
3 废弃AutoControllerRegist,用AutoBindRoutes替代。
4 AutoBindRoutes 新增addJar系列方法,支持扫描jar中的Controller。
5 AutoBindRoutes 新增addExcludeClass系列方法,过滤不想被自动注册的Controller。
6 AutoBindRoutes 新增setAutoScan(boolean )方法,设置为false时只注册controller上有controllerbind注解的类。
7 ConfigPlugin 支持中文key和中文value
8 新增JfinalKit工具类,通过反射在外部获取jfinal框架组件,如实现在外部重启plugin。(此工具请慎用,非特殊需要尽量不使用)。