5.6.19 优化oracle主键策略为identity场景
1、优化oracle主键策略是identity时,取默认值(如sys_guid())处理错误
2、增加基于redis业务主键策略,定义规则所依赖属性名编写错误时的提示,便于开发定位问题
<!-- 其他非spring框架可以基于sagacity-sqltoy 进行扩展 -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy</artifactId>
<!-- jdk8 对应的版本号为:5.6.19.jre8 -->
<version>5.6.19</version>
</dependency>
<!-- springboot -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy-spring-starter</artifactId>
<!-- jdk8 对应的版本号为:5.6.19.jre8 -->
<version>5.6.19</version>
</dependency>
<!-- solon 插件 -->
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sagacity-sqltoy-solon-plugin</artifactId>
<!-- jdk8 对应的版本号为:5.6.19.jre8 -->
<version>5.6.19</version>
</dependency>