-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: 책 상세 API 접근 시 DB에 없는 책도 가능한 기능 추가 (#68)
* #53 - feat: 형식은 올바르지만 실제로는 없는 isbn13 입력 시 예외처리 * #53 - feat: 책 상세 API 중 데이터베이스에 존재하지 않을 때 에러를 반환하지 않고 외부 API 통신을 통해 보여주도록 변경 관련된 테스트 코드 수정 DB에 없는 책일 경우 bookId 를 0으로 반환 * #53 - feat: 책 상세 조회 시 DB 조회 -> Redis 조회 -> API 통신으로 데이터를 얻어오게 변경 * #53 - refactor: 변경된 메소드의 메소드명 수정 누락분 변경
- Loading branch information
Showing
4 changed files
with
42 additions
and
8 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
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