Skip to content

Commit

Permalink
Update docs/en/connector-v2/sink/Jdbc.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hisoka <fanjiaeminem@qq.com>
  • Loading branch information
liugddx and Hisoka-X authored Sep 20, 2022
1 parent a7f26c5 commit d3759a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/sink/Jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ support `Xa transactions`. You can set `is_exactly_once=true` to enable it.
### driver [string]

The jdbc class name used to connect to the remote data source, if you use MySQL the value is com.mysql.cj.jdbc.Driver.
Warn: for license compliance, you have to provide MySQL JDBC driver yourself, e.g. copy mysql-connector-java-xxx.jar to
Warn: for license compliance, you have to provide any driver yourself like MySQL JDBC Driver, e.g. copy mysql-connector-java-xxx.jar to
$SEATNUNNEL_HOME/lib for Standalone.

### user [string]
Expand Down

0 comments on commit d3759a1

Please sign in to comment.