Skip to content

Commit

Permalink
Update RoleRepository.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasruddin committed Mar 2, 2022
1 parent 9190af5 commit 126db5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
import com.javatab.authservice.domain.Role;
import org.springframework.data.repository.CrudRepository;

@Repository
public interface RoleRepository extends CrudRepository<Role, String> {
}

0 comments on commit 126db5b

Please sign in to comment.