대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
API 토큰 복사 버튼 오류 수정
wyu
2021-12-28
939ae7c3a7f8baf61039a77d5a60d10e90daf065
[~jhpark/owl-kisa.git]
/
src
/
main
/
java
/
kr
/
wisestone
/
owl
/
repository
/
NoticeRepository.java
1
2
3
4
5
6
7
package kr.wisestone.owl.repository;
import kr.wisestone.owl.domain.Notice;
import org.springframework.data.jpa.repository.JpaRepository;
public interface NoticeRepository extends JpaRepository<Notice, Long> {
}