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

panjuan 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 6a0cd94e62d Format example doc (#28302)
6a0cd94e62d is described below

commit 6a0cd94e62dc0cb3ee2b0172c2c1a39fd589af81
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Aug 29 12:43:54 2023 +0800

    Format example doc (#28302)
---
 .../shardingsphere-example-generator/README.md     | 22 +++++++++++-----------
 .../shardingsphere-example-generator/README_ZH.md  | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/examples/shardingsphere-example-generator/README.md 
b/examples/shardingsphere-example-generator/README.md
index 96e20cabdbc..3463250349c 100644
--- a/examples/shardingsphere-example-generator/README.md
+++ b/examples/shardingsphere-example-generator/README.md
@@ -16,14 +16,14 @@ Generated codes: 
`target/generated-sources/shardingsphere-${product}-sample`
 
 ## Configuration Item Explanation
 
-| *Name*      | *Description*     | *Options*                                  
                                                                                
                      |
-| :---------- | ----------------- 
|:-------------------------------------------------------------------------------------------------------------------------------------------------|
-| product     | product           | jdbc, proxy                                
                                                                                
                      |
-| mode        | operating mode    | cluster-zookeeper, cluster-etcd, 
standalone                                                                      
                                |
-| transaction | transaction type  | local, xa-atomikos, xa-narayana            
                                                                                
                      |
-| features    | feature set       | sharding, readwrite-splitting, encrypt, 
shadow, mask                                                                    
                         |
-| frameworks  | framework set     | jdbc, spring-boot-starter-jdbc, 
spring-boot-starter-jpa, spring-boot-starter-mybatis, spring-namespace-jpa, 
spring-namespace-mybatis             |
-| host        | database host     |                                            
                                                                                
                      |
-| port        | database port     |                                            
                                                                                
                      |
-| username    | database username |                                            
                                                                                
                      |
-| password    | database password |                                            
                                                                                
                      |
+| *Name*      | *Description*     | *Options*                                  
                                                                                
          |
+|:------------|-------------------|:-------------------------------------------------------------------------------------------------------------------------------------|
+| product     | product           | jdbc, proxy                                
                                                                                
          |
+| mode        | operating mode    | cluster-zookeeper, cluster-etcd, 
standalone                                                                      
                    |
+| transaction | transaction type  | local, xa-atomikos, xa-narayana            
                                                                                
          |
+| features    | feature set       | sharding, readwrite-splitting, encrypt, 
shadow, mask                                                                    
             |
+| frameworks  | framework set     | jdbc, spring-boot-starter-jdbc, 
spring-boot-starter-jpa, spring-boot-starter-mybatis, spring-namespace-jpa, 
spring-namespace-mybatis |
+| host        | database host     |                                            
                                                                                
          |
+| port        | database port     |                                            
                                                                                
          |
+| username    | database username |                                            
                                                                                
          |
+| password    | database password |                                            
                                                                                
          |
diff --git a/examples/shardingsphere-example-generator/README_ZH.md 
b/examples/shardingsphere-example-generator/README_ZH.md
index 1921c0ed2b0..8c67bdafb0a 100644
--- a/examples/shardingsphere-example-generator/README_ZH.md
+++ b/examples/shardingsphere-example-generator/README_ZH.md
@@ -16,14 +16,14 @@
 
 ## 配置项说明
 
-| *属性名称*    | *说明*      | *可选项*                                                
                                                                                
         |
-| :---------- | ---------- 
|:----------------------------------------------------------------------------------------------------------------------------------------------|
-| product     | 产品        | jdbc、proxy                                         
                                                                                
           |
-| mode        | 运行模式     | cluster-zookeeper、cluster-etcd、standalone           
                                                                                
          |
-| transaction | 事务类型     | local, xa-atomikos, xa-narayana                     
                                                                                
          |
-| features    | 功能        | sharding, readwrite-splitting, encrypt, shadow, 
mask                                                                            
              |
-| frameworks  | 框架        | 
jdbc、spring-boot-starter-jdbc、spring-boot-starter-jpa、spring-boot-starter-mybatis、spring-namespace-jpa、spring-namespace-mybatis
               |
-| host        | 数据库主机名 |                                                       
                                                                                
        |
-| port        | 数据库端口   |                                                      
                                                                                
         |
-| username    | 数据库用户名  |                                                      
                                                                                
         |
-| password    | 数据库密码    |                                                     
                                                                                
          |
+| *属性名称*      | *说明*   | *可选项*                                                 
                                                                          |
+|:------------|--------|:--------------------------------------------------------------------------------------------------------------------------------|
+| product     | 产品     | jdbc、proxy                                            
                                                                          |
+| mode        | 运行模式   | cluster-zookeeper、cluster-etcd、standalone             
                                                                          |
+| transaction | 事务类型   | local, xa-atomikos, xa-narayana                       
                                                                          |
+| features    | 功能     | sharding, readwrite-splitting, encrypt, shadow, mask  
                                                                          |
+| frameworks  | 框架     | 
jdbc、spring-boot-starter-jdbc、spring-boot-starter-jpa、spring-boot-starter-mybatis、spring-namespace-jpa、spring-namespace-mybatis
 |
+| host        | 数据库主机名 |                                                       
                                                                          |
+| port        | 数据库端口  |                                                       
                                                                          |
+| username    | 数据库用户名 |                                                       
                                                                          |
+| password    | 数据库密码  |                                                       
                                                                          |

Reply via email to