Skip to content

Commit

Permalink
Merge pull request #241 from gunsight1/hotfix_add_to_product_service_…
Browse files Browse the repository at this point in the history
…missing_method

hotfix ::  product repository 코드 merge시 누락 된 메서드 추가
  • Loading branch information
gunsight1 committed Mar 3, 2024
2 parents 9597d2a + 4f06edc commit d3c91bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ Page<Product> findByProductWithKeywordAndSafetyStatus(@Param("keyword") String k
@Param("safetyStatus") SafetyStatus safetyStatus,
Pageable pageable);

Page<Product> findByProductNameContaining(String keyword, Pageable pageable);

}

0 comments on commit d3c91bf

Please sign in to comment.