提交 07f008b0 编写于 作者: C cherrylzhao

update sharding-orchestration-reg-etcd dependency.

上级 1a4ef2f0
...@@ -116,9 +116,9 @@ ...@@ -116,9 +116,9 @@
<version>${sharding-sphere.version}</version> <version>${sharding-sphere.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg-etcd</artifactId> <artifactId>sharding-orchestration-reg-etcd</artifactId>
<version>${sharding-sphere.version}</version> <version>${sharding-sphere.spi.impl.version}</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId> <artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
</dependency> </dependency>
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.apache.shardingsphere</groupId>--> <!--<groupId>io.shardingsphere</groupId>-->
<!--<artifactId>sharding-orchestration-reg-etcd</artifactId>--> <!--<artifactId>sharding-orchestration-reg-etcd</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
</dependencies> </dependencies>
</project> </project>
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
<groupId>org.apache.shardingsphere</groupId> <groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId> <artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
</dependency> </dependency>
<!--<dependency>-->
<!--<groupId>io.shardingsphere</groupId>-->
<!--<artifactId>sharding-orchestration-reg-etcd</artifactId>-->
<!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
......
...@@ -2,8 +2,8 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop ...@@ -2,8 +2,8 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
spring.jpa.properties.hibernate.show_sql=false spring.jpa.properties.hibernate.show_sql=false
#spring.profiles.active=local-zookeeper-sharding-databases-tables spring.profiles.active=local-zookeeper-sharding-databases-tables
spring.profiles.active=local-zookeeper-master-slave #spring.profiles.active=local-zookeeper-master-slave
#spring.profiles.active=local-etcd-sharding-databases-tables #spring.profiles.active=local-etcd-sharding-databases-tables
#spring.profiles.active=local-etcd-master-slave #spring.profiles.active=local-etcd-master-slave
......
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
<groupId>org.apache.shardingsphere</groupId> <groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId> <artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
</dependency> </dependency>
<!--<dependency>-->
<!--<groupId>io.shardingsphere</groupId>-->
<!--<artifactId>sharding-orchestration-reg-etcd</artifactId>-->
<!--</dependency>-->
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.aspectj</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册