Skip to content

Commit 126db5b

Browse files
authored
Update RoleRepository.java
1 parent 9190af5 commit 126db5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth-service/src/main/java/com/javatab/authservice/repository/RoleRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
import com.javatab.authservice.domain.Role;
44
import org.springframework.data.repository.CrudRepository;
55

6+
@Repository
67
public interface RoleRepository extends CrudRepository<Role, String> {
78
}

0 commit comments

Comments
 (0)