From 504c78cbfb43ce7d5fec5fc59ada0a3d750b8acb Mon Sep 17 00:00:00 2001 From: slievrly Date: Mon, 8 Jan 2024 14:17:34 +0800 Subject: [PATCH] fix review --- README.md | 4 ++-- saga/seata-saga-statemachine-designer/README.md | 2 +- .../README.zh-CN.md | 2 +- .../components/EditorDetailPanel/DetailForm.js | 4 ++-- script/config-center/config.txt | 2 +- .../io/seata/sqlparser/druid/BaseRecognizer.java | 10 +++++----- .../druid/oracle/BaseOracleRecognizer.java | 16 ++++++++-------- .../postgresql/BasePostgresqlRecognizer.java | 12 ++++++------ .../druid/sqlserver/BaseSqlServerRecognizer.java | 10 +++++----- 9 files changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 62f71048ac5..ecff43685d1 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,12 @@ Depending on the scenario, choose one of the two dependencies: `io.seata:seata-a ## Quick Start -[Quick Start](https://seata.apache.org/zh-cn/docs/ops/deploy-guide-beginner.html) +[Quick Start](https://seata.apache.org/zh-cn/docs/ops/deploy-guide-beginner) ## Documentation -You can view the full documentation from Seata Official Website: [Seata Website page](https://seata.apache.org/zh-cn/docs/overview/what-is-seata.html). +You can view the full documentation from Seata Official Website: [Seata Website page](https://seata.apache.org/zh-cn/docs/overview/what-is-seata). ## Reporting bugs diff --git a/saga/seata-saga-statemachine-designer/README.md b/saga/seata-saga-statemachine-designer/README.md index 7369ae9171b..9938741fc88 100644 --- a/saga/seata-saga-statemachine-designer/README.md +++ b/saga/seata-saga-statemachine-designer/README.md @@ -22,4 +22,4 @@ $ npm run build copy 'index.html' and 'dist' directory to static html directory of web server ## Usage -To understand the state types of the state machine, please see [document of Saga](https://seata.apache.org/zh-cn/docs/user/saga.html). After using the designer to complete the design of the state machine, you can click the 'Json View' button on the toolbar to switch to the Json view, and save the Json to the project of your own application. Although the Json generated by the designer is different from the standard Json of the Saga state machine (because the json generated by the designer has layout information), the state machine can be directly loaded and it will be converted into the Json of the Saga state machine standard. +To understand the state types of the state machine, please see [document of Saga](https://seata.apache.org/zh-cn/docs/user/mode/saga). After using the designer to complete the design of the state machine, you can click the 'Json View' button on the toolbar to switch to the Json view, and save the Json to the project of your own application. Although the Json generated by the designer is different from the standard Json of the Saga state machine (because the json generated by the designer has layout information), the state machine can be directly loaded and it will be converted into the Json of the Saga state machine standard. diff --git a/saga/seata-saga-statemachine-designer/README.zh-CN.md b/saga/seata-saga-statemachine-designer/README.zh-CN.md index a2cde98d017..71a8df35667 100644 --- a/saga/seata-saga-statemachine-designer/README.zh-CN.md +++ b/saga/seata-saga-statemachine-designer/README.zh-CN.md @@ -22,4 +22,4 @@ $ npm run build 然后将index.html和dist目录拷贝到web server的静态页面目录下 ## 使用 -了解状态机的种状态类型,请看Saga的[文档](https://seata.apache.org/zh-cn/docs/user/saga.html)。 通过设计器完成设计后可以点击工具栏的'Json View'按钮切换到Json视图,将Json拷贝保存到自己应用的工程里。虽然设计器生成的Json与Saga标准的Json有所差别(因为设计器生成的json带有布局信息),但状态机可以直接加载,它会将其转化成Saga状态机标准的Json。 +了解状态机的种状态类型,请看Saga的[文档](https://seata.apache.org/zh-cn/docs/user/mode/saga)。 通过设计器完成设计后可以点击工具栏的'Json View'按钮切换到Json视图,将Json拷贝保存到自己应用的工程里。虽然设计器生成的Json与Saga标准的Json有所差别(因为设计器生成的json带有布局信息),但状态机可以直接加载,它会将其转化成Saga状态机标准的Json。 diff --git a/saga/seata-saga-statemachine-designer/src/components/EditorDetailPanel/DetailForm.js b/saga/seata-saga-statemachine-designer/src/components/EditorDetailPanel/DetailForm.js index b2ccb9da9f1..5c9dd0ca4a6 100644 --- a/saga/seata-saga-statemachine-designer/src/components/EditorDetailPanel/DetailForm.js +++ b/saga/seata-saga-statemachine-designer/src/components/EditorDetailPanel/DetailForm.js @@ -116,7 +116,7 @@ class DetailForm extends React.Component { initialValue: JSON.stringify(stateProps, null, 2), })(