Update RoleRepository.java

This commit is contained in:
eGovFrameSupport
2024-12-17 17:24:20 +09:00
committed by GitHub
parent d3bd11d1af
commit 469d8dd7be

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