updated code for create user api
This commit is contained in:
@@ -6,4 +6,6 @@ import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface RoleRepository extends JpaRepository<RoleEntity, Long> {
|
||||
|
||||
RoleEntity findByRoleType(String roleType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user