This is an automated email from the ASF dual-hosted git repository.
panyuepeng pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 04baf84c [Hotfix] Supplements the naming rule in 'Code style and
quality guide' (#270)
04baf84c is described below
commit 04baf84cdcfee05adb3abd68a6dbd21376c860a8
Author: Yuepeng Pan <[email protected]>
AuthorDate: Mon Oct 9 09:59:07 2023 -0500
[Hotfix] Supplements the naming rule in 'Code style and quality guide'
(#270)
---
community/submit_guide/code-style-and-quality-guide.md | 1 +
.../current/submit_guide/code-style-and-quality-guide.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/community/submit_guide/code-style-and-quality-guide.md
b/community/submit_guide/code-style-and-quality-guide.md
index 05fc1e06..6a6eb322 100644
--- a/community/submit_guide/code-style-and-quality-guide.md
+++ b/community/submit_guide/code-style-and-quality-guide.md
@@ -98,6 +98,7 @@ sidebar_position: 3
```java
void computeVcores(Object parameter1);
```
+ > Note: It is not necessary to strictly follow this rule in the `Builder`
tool class.
5. The methods name of basic `CRUD` of the database layer (non-service layer)
should be uniformly standardized according to name
`com.baomidou.mybatisplus.core.mapper.BaseMapper`:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
index b6ae1899..58f87c3f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
@@ -98,6 +98,7 @@ sidebar_position: 3
```java
void computeVcores(Object parameter1);
```
+ > 注意:如果在 `Builder` 工具类中不必严格遵循这个规则。
5. 数据库层(非服务层)的基本 `CRUD` 的方法名称应根据
`com.baomidou.mybatisplus.core.mapper.BaseMapper` 的名称统一标准化: