Skip to content

1.r.55 候选第一版

Pre-release
Pre-release
Compare
Choose a tag to compare
@wendal wendal released this 13 Feb 14:39
· 1850 commits to master since this release

新功能/问题修复

主要内容:
* add: 改进自增主键的获取,并自动识别可批量插入的insert操作
* add: 更智能的@Inject -- 自动按类型注入
* add: dao.insert可忽略空值和零值
* add: 方法上的Mvc注解支持继承,不包括参数注解
* add: PropertiesIocLoader,用propeerties文件简易定义ioc bean
* add: SimpleAopMaker,自定义Aop注解变成非常简单
* add: @el再加一个默认方法'by' 代理调用任意类的任意public方法
* add: 入口方法支持@cookie注解
* update: 继续优化NutDao的事务处理机制
* fix: Daos.migration在oracle下,如果新增TimeStamp类型的字段会报错
* fix: db2/sqlite/sqlserver 2008自动建表会失败的bug
* fix: UU32FilePool的文件夹分隔符错误