Update RoleRepository.java

This commit is contained in:
eGovFrameSupport
2024-12-17 17:16:20 +09:00
committed by GitHub
parent b7a255d112
commit dd6e8fad8d

View File

@@ -19,5 +19,5 @@ import org.springframework.data.jpa.repository.JpaRepository;
* 2021/07/07 jooho 최초 생성 * 2021/07/07 jooho 최초 생성
* </pre> * </pre>
*/ */
public interface RoleRepository extends JpaRepository<Role, Long>, RoleRepositoryCustom { public interface RoleRepository extends JpaRepository<Role, String>, RoleRepositoryCustom {
} }