Skip to content

Commit 12c1fd5

Browse files
committed
Add TODO
1 parent 02b0688 commit 12c1fd5

File tree

2 files changed

+2
-1
lines changed
  • examples/shardingsphere-jdbc-example/single-feature-example/cluster-mode-example

2 files changed

+2
-1
lines changed

examples/shardingsphere-jdbc-example/single-feature-example/cluster-mode-example/cluster-mode-spring-boot-mybatis-example/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
mybatis.config-location=classpath:META-INF/mybatis-config.xml
19-
19+
# TODO Fix ShardingSphereDrive cluster mode start
2020
#spring.profiles.active=local-zookeeper-sharding-databases-tables
2121
spring.profiles.active=cloud-zookeeper-sharding-databases-tables
2222

examples/shardingsphere-jdbc-example/single-feature-example/cluster-mode-example/cluster-mode-spring-namespace-mybatis-example/src/main/java/org/apache/shardingsphere/example/cluster/mode/spring/namespace/mybatis/ClusterModeSpringNamespaceMybatisExample.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
public final class ClusterModeSpringNamespaceMybatisExample {
3030

31+
// TODO Fix ShardingSphereDrive cluster mode start
3132
// private static ShardingType shardingType = ShardingType.SHARDING_DATABASES_AND_TABLES;
3233
// private static ShardingType shardingType = ShardingType.SHARDING_READWRITE_SPLITTING;
3334
// private static ShardingType shardingType = ShardingType.ENCRYPT;

0 commit comments

Comments
 (0)