Update RoleRepository.java

This commit is contained in:
eGovFrameSupport
2024-12-17 17:22:13 +09:00
committed by GitHub
parent 0061396163
commit 8c125bf84f

View File

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