br.com.jhonsapp.bootstrap.user.repository.RoleGroupRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootstrap-user Show documentation
Show all versions of bootstrap-user Show documentation
A complete architecture for creating and managing users.
package br.com.jhonsapp.bootstrap.user.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.jhonsapp.bootstrap.user.model.roleGroup.RoleGroup;
public interface RoleGroupRepository extends JpaRepository {
}