Loading sharding-jdbc-example/spring-boot-example/pom.xml +6 −5 Original line number Diff line number Diff line Loading @@ -14,11 +14,12 @@ </modules> <dependencies> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>${sharding-sphere.version}</version> </dependency> <!--If you run the examples without using orchestration, please use this artifactId below. otherwise, please use the second one.--> <!--<dependency>--> <!--<groupId>io.shardingsphere</groupId>--> <!--<artifactId>sharding-jdbc-spring-boot-starter</artifactId>--> <!--<version>${sharding-sphere.version}</version>--> <!--</dependency>--> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId> Loading Loading
sharding-jdbc-example/spring-boot-example/pom.xml +6 −5 Original line number Diff line number Diff line Loading @@ -14,11 +14,12 @@ </modules> <dependencies> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>${sharding-sphere.version}</version> </dependency> <!--If you run the examples without using orchestration, please use this artifactId below. otherwise, please use the second one.--> <!--<dependency>--> <!--<groupId>io.shardingsphere</groupId>--> <!--<artifactId>sharding-jdbc-spring-boot-starter</artifactId>--> <!--<version>${sharding-sphere.version}</version>--> <!--</dependency>--> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId> Loading