This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f0bdf5  example fixed (#12358)
5f0bdf5 is described below

commit 5f0bdf5aad3bc91f44fb7b4c23fa69ab23eb38d1
Author: zhaojinchao <[email protected]>
AuthorDate: Sat Sep 11 10:19:23 2021 +0800

    example fixed (#12358)
---
 .../src/main/resources/application-sharding-databases-tables.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/src/main/resources/application-sharding-databases-tables.properties
 
b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/src/main/resources/application-sharding-databases-tables.properties
index 5136795..c41b780 100644
--- 
a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/src/main/resources/application-sharding-databases-tables.properties
+++ 
b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/src/main/resources/application-sharding-databases-tables.properties
@@ -16,7 +16,7 @@
 #
 
 spring.shardingsphere.mode.type=Standalone
-spring.shardingsphere.mode.repository.type=Local
+spring.shardingsphere.mode.repository.type=File
 spring.shardingsphere.mode.overwrite=true
 
 spring.shardingsphere.datasource.names=ds-0,ds-1

Reply via email to