sqltoy-orm 5.6.47 已经发布,ORM 框架。
此版本更新内容包括:
1、优化sql更新、缓存更新检测程序,增加当前线程是否中断检测,避免应用关闭后还报缓存更新检测错误异常
<!-- 其他非spring框架可以基于sagacity-sqltoy 进行扩展 -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy</artifactId>
<!-- jdk8 对应的版本号为:5.6.47.jre8 -->
<version>5.6.47</version>
</dependency>
<!-- springboot-->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy-spring-starter</artifactId>
<!-- jdk8 对应的版本号为:5.6.47.jre8 -->
<version>5.6.47</version>
</dependency>
<!-- solon 插件-->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy-solon-plugin</artifactId>
<!-- jdk8 对应的版本号为:5.6.47.jre8 -->
<version>5.6.47</version>
</dependency>
详情查看:https://gitee.com/sagacity/sagacity-sqltoy/releases/5.6.47