2023-05-01から1ヶ月間の記事一覧

SqlExeTest

public class SqlExeTest { @Test public void test() throws InterruptedException { Connection conn = null; Connection conn2 = null; String url = "jdbc:mysql://localhost:3306/TODO db name"; //TODO String user = "TODO user";//TODO String passw…