Skip to content

5.6.30 增加opengauss、stardb数据库的支持,将vastbase、mogdb改为继承opengauss模式

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 31 Oct 05:27
· 15 commits to 5.6 since this release
d73c693

1、增加opengauss、stardb数据库的支持,将vastbase、mogdb改为继承opengauss模式

<!-- 其他非spring框架可以基于sagacity-sqltoy 进行扩展 -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy</artifactId>
         <!-- jdk8 对应的版本号为:5.6.30.jre8 -->
	<version>5.6.30</version>
</dependency>

<!-- springboot  -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-spring-starter</artifactId>
         <!-- jdk8 对应的版本号为:5.6.30.jre8 -->
	<version>5.6.30</version>
</dependency>

<!-- solon 插件  -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-solon-plugin</artifactId>
        <!-- jdk8 对应的版本号为:5.6.30.jre8 -->
	<version>5.6.30</version>
</dependency>