File tree Expand file tree Collapse file tree
src/test/java/io/sqlman/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ public void test() throws Exception {
2121 JdbcVersionManager manager = null ;
2222 try {
2323 DruidDataSource dataSource = new DruidDataSource ();
24- dataSource .setUrl ("jdbc:oracle:thin:@//203.195.172.217 :1521/regent " );
25- dataSource .setUsername ("regent " );
26- dataSource .setPassword ("regent2019 " );
24+ dataSource .setUrl ("jdbc:oracle:thin:@//localhost :1521/sqlman " );
25+ dataSource .setUsername ("root " );
26+ dataSource .setPassword ("root " );
2727 manager = new JdbcVersionManager (dataSource );
2828 manager .setDataSource (dataSource );
2929 manager .setDialectSupport (new OracleDialectSupport ());
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ public void test() throws Exception {
2121 JdbcVersionManager manager = null ;
2222 try {
2323 DruidDataSource dataSource = new DruidDataSource ();
24- dataSource .setUrl ("jdbc:sqlserver://182.254.171.152 ;database=ZT_MyRegentV3.0 " );
25- dataSource .setUsername ("SA " );
26- dataSource .setPassword ("regentsoft!2019 " );
24+ dataSource .setUrl ("jdbc:sqlserver://localhost ;database=sqlman " );
25+ dataSource .setUsername ("root " );
26+ dataSource .setPassword ("root " );
2727 manager = new JdbcVersionManager (dataSource );
2828 manager .setDataSource (dataSource );
2929 manager .setDialectSupport (new SQLServerDialectSupport ());
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public void test() throws Exception {
2121 JdbcVersionManager manager = null ;
2222 try {
2323 DruidDataSource dataSource = new DruidDataSource ();
24- dataSource .setUrl ("jdbc:sqlite:target/SQLite .db?date_string_format=yyyy-MM-dd HH:mm:ss&date_class=TEXT&journal_mode=WAL" );
24+ dataSource .setUrl ("jdbc:sqlite:target/sqlman .db?date_string_format=yyyy-MM-dd HH:mm:ss&date_class=TEXT&journal_mode=WAL" );
2525 dataSource .setUsername ("root" );
2626 dataSource .setPassword ("root" );
2727 manager = new JdbcVersionManager (dataSource );
You can’t perform that action at this time.
0 commit comments