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 54586edae54 update example generator doc (#19980)
54586edae54 is described below
commit 54586edae54cdb44b357a97af0dbca001eaff44e
Author: Guocheng Tang <[email protected]>
AuthorDate: Mon Aug 8 20:03:18 2022 +0800
update example generator doc (#19980)
---
examples/shardingsphere-example-generator/README.md | 4 ++--
.../shardingsphere-example-generator/README_ZH.md | 20 ++++++++++----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/examples/shardingsphere-example-generator/README.md
b/examples/shardingsphere-example-generator/README.md
index db9bf3353ce..6e9a34d23b8 100644
--- a/examples/shardingsphere-example-generator/README.md
+++ b/examples/shardingsphere-example-generator/README.md
@@ -17,10 +17,10 @@ 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
|
+| transaction | transaction type | local, xa-atomikos, xa-narayana
|
| features | feature set | sharding, readwrite-splitting,
db-discovery, encrypt
|
| 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 |
|
diff --git a/examples/shardingsphere-example-generator/README_ZH.md
b/examples/shardingsphere-example-generator/README_ZH.md
index 4e899515426..954febec69c 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
|
-| features | 功能 | sharding、readwrite-splitting、db-discovery、encrypt
|
+| *属性名称* | *说明* | *可选项*
|
+|:----------- | ----------
|:--------------------------------------------------------------------------------------------------------------------------------|
+| product | 产品 | jdbc、proxy
|
+| mode | 运行模式 | cluster-zookeeper、cluster-etcd、standalone
|
+| transaction | 事务类型 | local, xa-atomikos, xa-narayana
|
+| features | 功能 | sharding、readwrite-splitting、db-discovery、encrypt
|
| frameworks | 框架 |
jdbc、spring-boot-starter-jdbc、spring-boot-starter-jpa、spring-boot-starter-mybatis、spring-namespace-jpa、spring-namespace-mybatis
|
-| host | 数据库主机名 |
|
-| port | 数据库端口 |
|
-| username | 数据库用户名 |
|
-| password | 数据库密码 |
|
+| host | 数据库主机名 |
|
+| port | 数据库端口 |
|
+| username | 数据库用户名 |
|
+| password | 数据库密码 |
|