[Feat] 산 목록 관련 기능 구현#14
Merged
Merged
Conversation
pooreumjung
reviewed
May 6, 2026
pooreumjung
reviewed
May 6, 2026
pooreumjung
reviewed
May 6, 2026
pooreumjung
reviewed
May 6, 2026
Contributor
|
저도 페이징 말고는 없는 것 같습니다! 고생하셨습니다~ |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🧾 요약
친화적으로 응답합니다.
🔗 이슈
✨ 변경 내용
도메인
Mountain,Course,Transportation,Amenity,RestaurantSection,Restaurant엔티티 추가Review엔티티 추가 (커뮤니티 연결 전까지 산 상세 조회용으로만 사용)Difficulty,TransportationType,AmenityType열거형 추가API
GET /api/mountains— 산 목록 조회GET /api/mountains/search?keyword=— 산 이름/주소 키워드 검색GET /api/mountains/{mountainId}— 산 상세 조회응답 구조
publicTransport/parking을 방면별로 그룹핑 (Map<String, List<TransportationItem>>)Map<String, List<AmenityType>>)@EntityGraph로 N+1 방지, 최대 20개 제한응답 코드
MOUNTAIN_200_1/MOUNTAIN_200_2/MOUNTAIN_200_3— 성공MOUNTAIN_404_1— 산 없음BAD_REQUEST— 검색 키워드 누락설정
application.yaml데이터소스, JWT, 카카오, MinIO 환경변수 설정 추가✅ 확인
📝 참고