Skip to content

Commit

Permalink
refactor: @repository 제거 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonbinn committed Jan 24, 2024
1 parent 8e14bbf commit 46dabbd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@

import com.api.TaveShot.domain.compiler.domain.BojProblem;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;

@Repository
public interface ProblemRepository extends JpaRepository<BojProblem, String> {
}

0 comments on commit 46dabbd

Please sign in to comment.