Update RoleRepository.java

This commit is contained in:
eGovFrameSupport
2024-12-17 17:21:33 +09:00
committed by GitHub
parent 35846aafe7
commit ad22f0f607

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 {
}