Skip to content

Commit

Permalink
feat : 공유 매뉴얼 서비스를 위한 레포지터리 인터페이스 생성
Browse files Browse the repository at this point in the history
PortalRepository 인터페이스 생성
  • Loading branch information
GyuHo123 committed Sep 29, 2024
1 parent 3e0eb44 commit cf1c24c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.example.lsa.portal.repo

import org.springframework.stereotype.Repository

@Repository
interface PortalRepository {

}

0 comments on commit cf1c24c

Please sign in to comment.