Skip to content

Commit 4fbd50d

Browse files
committed
fix: java tranlate
1 parent 29749de commit 4fbd50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/developer/00-drivers/03-jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Databend's JDBC Driver generally follows the JDBC specifications. Below is a lis
7474

7575
## Configuring Connection String
7676

77-
Once the driver is installed and integrated into your project, you can use it to connect to Databend using the following JDBC connection string format:
77+
Once the driver is installed and integrated into your project , you can use it to connect to Databend using the following JDBC connection string format:
7878

7979
```java
8080
jdbc:databend://<username>:<password>@<host_port>/<database>?<connection_params>

0 commit comments

Comments
 (0)