대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
사용자정의 필드 날짜 수정, 프로젝트 생성시 대쉬보드 이동 오류 수정
wyu
2021-12-03
e60f829f9d975a88673f0e6922f1c9c1228f89ea
[~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> {
}