Skip to content

Commit

Permalink
refactor: Add CategoryRepository (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahyun0326 committed Apr 19, 2024
1 parent f28977e commit feb1617
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
@Repository
public interface CategoryRepository extends JpaRepository<Category, Long> {

Category findByCategoryId(Long categoryId);

}

0 comments on commit feb1617

Please sign in to comment.