We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9190af5 commit 126db5bCopy full SHA for 126db5b
1 file changed
auth-service/src/main/java/com/javatab/authservice/repository/RoleRepository.java
@@ -3,5 +3,6 @@
3
import com.javatab.authservice.domain.Role;
4
import org.springframework.data.repository.CrudRepository;
5
6
+@Repository
7
public interface RoleRepository extends CrudRepository<Role, String> {
8
}
0 commit comments