fix jdbc test failure

This commit is contained in:
Ping Xiao 2021-03-02 17:00:51 +08:00
parent c27d3c57e3
commit c572621343
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import java.util.Properties;
import java.util.UUID;
public class RestfulStatementTest {
// private static final String host = "127.0.0.1";
private static final String host = "master";
private static final String host = "127.0.0.1";
// private static final String host = "master";
private static Connection conn;
private static Statement stmt;