ThisDotE/InnerJoinUs

[Feature] Main 화면 인기 게시글

Closed this issue · 0 comments

👥 InnerJoinUs 프로젝트

⚙️ Function: Main 화면 인기 게시글 조회 기능

🌝 Purpose

Main 화면에 카테고리별 게시글 조회수 순으로 나열

🌈 기능 구현 상세 내용

  • �XML 당일 작성 게시글, Delete Status가 0인 게시글만 조회하는 쿼리문 작성
  • �Map<Integer, List<>>를 이용해 key = category, list = 조회수 높은 순으로 저장
  • GetMapper("/main") Postman 에서 테스트

💡 참고사항