1. SDK管理
1.1. SDK主流版本【mysql】
1.3.1版本,适配springboot1x版本
<dependency>
<groupId>com.helioscloud.atlantis</groupId>
<artifactId>middleware-core</artifactId>
<version>1.2.11.monitor-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.helioscloud.atlantis</groupId>
<artifactId>middleware-core</artifactId>
<version>1.3.1.monitor-SNAPSHOT</version>
</dependency>
2.0.0版本,适配springboot2x版本 - 【新项目推荐使用】
<dependency>
<groupId>com.helioscloud.atlantis</groupId>
<artifactId>middleware-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
1.2. SDK kingbase版本【人大金仓】
1.3.1版本,适配springboot1x版本
<dependency>
<groupId>com.helioscloud.atlantis</groupId>
<artifactId>middleware-core</artifactId>
<version>1.3.1-KINGBASE-V9-SNAPSHOT</version>
</dependency>
2.0.0版本,适配springboot2x版本
<dependency>
<groupId>com.helioscloud.atlantis</groupId>
<artifactId>middleware-core</artifactId>
<version>2.0.0-KINGBASE-V9-SNAPSHOT</version>
</dependency>
1.3. SDK 高斯版本【GaussDB】
2.0.0版本,适配springboot2x版本
<dependency>
<groupId>com.helioscloud.atlantis</groupId>
<artifactId>middleware-core</artifactId>
<version>2.0.0-gauss-SNAPSHOT</version>
</dependency>