You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/02/09 06:16:50 UTC

[shardingsphere] branch master updated: Issue#9344 (#9394)

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 964e596  Issue#9344 (#9394)
964e596 is described below

commit 964e5962685f375d06428924043c346a10d5ec05
Author: QwQyewen <10...@qq.com>
AuthorDate: Tue Feb 9 14:16:06 2021 +0800

    Issue#9344 (#9394)
---
 .../configuration/spring-boot-starter/_index.cn.md                    | 4 ++--
 .../configuration/spring-boot-starter/_index.en.md                    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.cn.md
index fcac99b..28e23fa 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.cn.md
@@ -11,10 +11,10 @@ ShardingSphere-JDBC 提供官方的 Spring Boot Starter,使开发者可以非
 
 ```properties
 spring.shardingsphere.datasource.names= # 数据源名称,多数据源以逗号分隔
+spring.shardingsphere.datasource.common.type=  # 数据库连接池类名称
+spring.shardingsphere.datasource.common.driver-class-name= # 数据库驱动类名
 
 spring.shardingsphere.datasource.<datasource-name>.url= # 数据库 URL 连接
-spring.shardingsphere.datasource.<datasource-name>.type=  # 数据库连接池类名称
-spring.shardingsphere.datasource.<datasource-name>.driver-class-name= # 数据库驱动类名
 spring.shardingsphere.datasource.<datasource-name>.username= # 数据库用户名
 spring.shardingsphere.datasource.<datasource-name>.password= # 数据库密码
 spring.shardingsphere.datasource.<datasource-name>.xxx=  # 数据库连接池的其它属性
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.en.md
index 8f23d72..2496ed0 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/_index.en.md
@@ -11,10 +11,10 @@ ShardingSphere-JDBC provides official Spring Boot Starter to make convenient for
 
 ```properties
 spring.shardingsphere.datasource.names= # Data source name, multiple data sources are separated by commas
+spring.shardingsphere.datasource.common.type= # Database connection pool type name
+spring.shardingsphere.datasource.common.driver-class-name= # Database driver class name
 
 spring.shardingsphere.datasource.<datasource-name>.url= # Database URL connection
-spring.shardingsphere.datasource.<datasource-name>.type= # Database connection pool type name
-spring.shardingsphere.datasource.<datasource-name>.driver-class-name= # Database driver class name
 spring.shardingsphere.datasource.<datasource-name>.username= # Database username
 spring.shardingsphere.datasource.<datasource-name>.password= # Database password
 spring.shardingsphere.datasource.<datasource-name>.xxx= # Other properties of database connection pool