Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5995b67d5f | ||
|
|
8c125bf84f |
@@ -22,6 +22,6 @@ import java.util.List;
|
|||||||
* 2021/09/07 shinmj 최초 생성
|
* 2021/09/07 shinmj 최초 생성
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
public interface StatisticsRepository extends JpaRepository<Statistics, String>, StatisticsRepositoryCustom {
|
public interface StatisticsRepository extends JpaRepository<Statistics, Long>, StatisticsRepositoryCustom {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user