대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- 전체프로젝트가 선택 된 상태에서 ISSUE TYPE LIST 선택 시에도 전체프로젝트로 유지되도록 수정 - 전체 프로젝트 또는 전체...
이민희
2022-01-19
2b5c6c4c2b6d54ec4a2f2ba57561d8912065e0ee
[~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> {
}