Loading sharding-jdbc-example/spring-boot-example/pom.xml +1 −9 Original line number Diff line number Diff line Loading @@ -14,25 +14,17 @@ </modules> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>${spring-boot.version}</version> </dependency> <!-- switch off when using orchestration --> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>${sharding-sphere.version}</version> </dependency> <!-- switch on when using orchestration --> <!-- <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId> <version>${sharding-sphere.version}</version> </dependency> --> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP-java7</artifactId> Loading Loading
sharding-jdbc-example/spring-boot-example/pom.xml +1 −9 Original line number Diff line number Diff line Loading @@ -14,25 +14,17 @@ </modules> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>${spring-boot.version}</version> </dependency> <!-- switch off when using orchestration --> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>${sharding-sphere.version}</version> </dependency> <!-- switch on when using orchestration --> <!-- <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId> <version>${sharding-sphere.version}</version> </dependency> --> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP-java7</artifactId> Loading