-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
210054f
commit 46d3655
Showing
4 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# JDBC 라이브러리 구현하기 | ||
|
||
## 1. JDBC 라이브러리 구현하기 | ||
- [ ] SQL 쿼리 작성, 쿼리에 전달할 인자, 조회 결과를 추출하는 것에만 집중할 수 있도록 라이브러리 만들기 | ||
- [ ] 중복제거를 위해 JdbcTemplate을 구현한다. | ||
- [ ] 기존 Dao에서 활용하던 DataSource 대신 JdbcTemplate을 사용하도록 변경한다. | ||
- [x] SQL 쿼리 작성, 쿼리에 전달할 인자, 조회 결과를 추출하는 것에만 집중할 수 있도록 라이브러리 만들기 | ||
- [x] 중복제거를 위해 JdbcTemplate을 구현한다. | ||
- [x] 기존 Dao에서 활용하던 DataSource 대신 JdbcTemplate을 사용하도록 변경한다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters