Skip to content

SearchAPI - #78

Open
jjeongg94 wants to merge 1 commit into
developfrom
search
Open

SearchAPI#78
jjeongg94 wants to merge 1 commit into
developfrom
search

Conversation

@jjeongg94

Copy link
Copy Markdown
Contributor

No description provided.

@genie-youn genie-youn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트 케이스 작성만 해주면 될것같슴니다

@ResponseBody
@RequestMapping(value = "/search", method = RequestMethod.GET, produces = "application/json; charset=UTF-8")
public ResultView search(@RequestParam String keyword, @RequestParam int page, @RequestParam(defaultValue = "0") int sort) {
LOG.info(keyword);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

인덴트가 이상한것 같슴니다

@Autowired
private FoodDao foodDao;

public List<Food> search(String keyword, int page, int sort) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기도 인덴트 수정 부탁드림니다

@genie-youn genie-youn added this to the Sprint4 milestone Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants