This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 7964c9dfdf [Fix][docs] fix wrong config in setup.md (#8483)
7964c9dfdf is described below
commit 7964c9dfdfdd4e24d2b5c93a64742d9c82ec4a08
Author: daigoopautoy <[email protected]>
AuthorDate: Thu Jan 9 20:48:09 2025 +0800
[Fix][docs] fix wrong config in setup.md (#8483)
---
docs/zh/contribution/setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/contribution/setup.md b/docs/zh/contribution/setup.md
index 662663a496..ff8203f7c1 100644
--- a/docs/zh/contribution/setup.md
+++ b/docs/zh/contribution/setup.md
@@ -107,7 +107,7 @@ source {
Jdbc {
driver = org.postgresql.Driver
url = "jdbc:postgresql://host:port/database"
- username = postgres
+ user = "postgres"
password = "123456"
query = "select * from test"
table_path = "database.test"