2023-01-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…