Skip to content

특정 가격 미만 상품 검색을 위한 LessThan 조건 메소드 추가 #8

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

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

minhi0449
Copy link
Owner

feat: Item 엔티티 조회를 위한 Repository 인터페이스 구현

  • JpaRepository를 상속받아 Item 엔티티의 기본 CRUD 기능 확보
  • 상품명 기반 조회 메소드(findByItemNm) 추가
  • 상품명 또는 상세설명 기반의 OR 조건 조회 메소드 구현
  • 특정 가격 미만 상품 검색을 위한 LessThan 조건 메소드 추가

@minhi0449 minhi0449 merged commit dc33454 into main Apr 17, 2025
@minhi0449 minhi0449 deleted the feature/product branch April 17, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant