Skip to content

Commit

Permalink
dev:tablestore adapter组件增加对目标列常量值的配置支持
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-yun committed Jan 9, 2023
1 parent f7b78e0 commit a128dca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

public class TestConstant {

/**
* db配置
*/
public final static String jdbcUrl = "jdbc:mysql://xxxxxxxxx";
public final static String jdbcUser = "xxxxxx";
public final static String jdbcPassword = "xxxxxx";
Expand Down

0 comments on commit a128dca

Please sign in to comment.