Skip to content

Commit

Permalink
fix:Change the user of OceanBase to username
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsc0529 committed Jul 29, 2024
1 parent 3b48d81 commit 940fa39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class OceanBaseBinlogSource extends StreamSource {

@ApiModelProperty("Username of the OceanBase server")
private String user;
private String username;

@ApiModelProperty("Password of the OceanBase server")
private String password;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class OceanBaseBinlogSourceRequest extends SourceRequest {

@ApiModelProperty("Username of the DB server")
private String user;
private String username;

@ApiModelProperty("Password of the DB server")
private String password;
Expand Down

0 comments on commit 940fa39

Please sign in to comment.