Skip to content

Commit

Permalink
[FIX] Repository 어노테이션 누락 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
happyjamy committed Feb 26, 2024
1 parent 08e851f commit c8474d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;

@Repository
public interface MatchingJpaRepository extends JpaRepository<Matching, Long>,
MatchingRepositoryCustom {

Expand Down

0 comments on commit c8474d2

Please sign in to comment.