-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] feat : min,max Price에 따른 데이터 필터링 기능 구현
- min, max Price에 따른 필터링 기능 구현 - 우선적으로 Controller에서 문자열로 값을 입력받도록 하였다. - 혹시모를 RequestParam조작을 대비하여 문자열로 받고, Controller에서 파싱하도록 하였다. - 파싱하는 과정에서 에러가 발생할 경우 min, max값을 DEFAULT로 설정한 값으로 가도록 하였다. issue : #5, #6 ------------------------- -------------------------
- Loading branch information
Showing
4 changed files
with
55 additions
and
33 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