로딩
티스토리 데이터 처리 중입니다.

240115 WEB - JSP23

 240115 WEB - JSP23

public class BoardDAO { Connection con = null; PreparedStatement ps = null; ResultSet rs = null; public Connection getConnection() { try { // Class.forName("com.mysql.cj.jdbc.Driver"); // String dbUrl = "jdbc:mysql://localhost:3306/jspdb?serverTimezone=Asia/Seoul"; // String dbUser = "root"; // String dbPw = "1234"; // con = DriverManager.getConnection(dbUrl, dbUser, dbPw); //커넥션 풀(Connenction P.....

원문 링크 : 240115 WEB - JSP23