Why put @Repository on top of Spring Data JPA interfaces?

后端 未结 0 901
心在旅途
心在旅途 2021-01-05 16:37

Very often I see code like the following:

@Repository
public interface CustomerRepository extends JpaRepository

And my

相关标签:
回答
  • 消灭零回复
提交回复
热议问题