@Transactional (1) 썸네일형 리스트형 Chap 8. DB 연동 JDBC 프로그래밍 단점 보안하는 스프링 //반복영역 Member member; Connection conn = null; PreparedStatement pstmt = null; ResultSet rs = null; ResultSet rs = null; try { conn = DriverManager.getConnection("jdbc:mysql://localhost/spring5fs","DBMS 아이디","DBMS 비밀번호"); /*--------------------------------------------------------------------------------------------------------------------------*/ //핵심영역 pstmt = conn.prepare.. 이전 1 다음