KJunseo / jwp-dashboard-jdbc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwp-dashboard-jdbc

TODO

  • property 파일로 db 연결 정보 관리
  • update, insert 메서드 분리
  • UpdateJdbcTemplate, InsertJdbcTemplate 클래스 분리
  • UpdateJdbcTemplate, InsertJdbcTemplate 중복 추상클래스(JdbcTemplate)로 제거
  • SelectJdbcTemplate 클래스 분리
  • JdbcTemplate에 SelectJdbcTemplate 합치기
  • mapRow, setValues 인터페이스 분리
  • SQLException Unchecked Exception으로 관리
  • RowMapper 제네릭 사용
  • PreparedStatementSetter 가변인자 사용

About


Languages

Language:CSS 69.4%Language:Java 27.4%Language:HTML 1.8%Language:JavaScript 1.4%