-
Notifications
You must be signed in to change notification settings - Fork 28
[BE5] 이승민 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
min429
wants to merge
18
commits into
chacha86:main
Choose a base branch
from
min429:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[BE5] 이승민 #15
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
82183fd
init
min429 21d08b3
feat: App, Main 추가
min429 29c3f1d
feat: controller, service, repository 추가
min429 c23c768
feat: 상수 클래스 추가
min429 093b8e5
feat: 입출력 관련 util 클래스 추가
min429 ab622b1
feat: 검증 관련 클래스 추가
min429 2225816
feat: 예외 관련 클래스 추가
min429 f783144
feat: 테스트 클래스 추가
min429 ae4ef2a
chore: 저장 파일 gitignore에 추가
min429 59f559d
refactor: 변수 이름 변경
min429 1839dc1
refactor: 메서드 변경
min429 171ead1
feat: 검증 및 예외 추가
min429 872113e
feat: 검색 관련 클래스 및 상수 추가
min429 43f8fb0
feat: 검색 기능 구현
min429 9689add
feat: 페이징 관련 입출력 기능 추가
min429 ee4fe80
feat: 상수 추가, 페이징 관련 검증 구현
min429 11387eb
feat: 페이징 구현
min429 eebadb3
fix: test를 한번에 실행할 시 실패하는 문제 해결
min429 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
System.in의 경로를 바꾸면, BufferedReader를 초기화하여 새로 바꾼 경로로 입력을 받아오도록 다시 초기화해주어야 한다.