Update RoleRepository.java

This commit is contained in:
eGovFrameSupport
2024-12-17 17:07:27 +09:00
committed by GitHub
parent d09bcffdd8
commit b4d3eb0da3

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