sqltoy-orm 5.6.77 已经发布,ORM 框架
此版本更新内容包括:
1、优化@if(size(:param))除数组和集合外增加字符串长度的获取 2、优化DateUtil中parseString(dateStr)对日期中1位月和日的补零,兼容不规范场景
<!-- 其他非spring框架可以基于sagacity-sqltoy 进行扩展 -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy</artifactId>
<version>5.6.77</version>
</dependency>
<!-- springboot -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy-spring-starter</artifactId>
<version>5.6.77</version>
</dependency>
<!-- solon 插件 -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy-solon-plugin</artifactId>
<version>5.6.77</version>
</dependency>
详情查看:https://gitee.com/sagacity/sagacity-sqltoy/releases/5.6.77