Skip to content

Commit

Permalink
🌞[INIT]-#10- group repository 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
daehwan2yo committed Dec 27, 2021
1 parent 4a9842c commit c8fa3a6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.codingwasabi.trti.domain.group.repository;

import com.codingwasabi.trti.domain.group.model.Group;
import org.springframework.data.jpa.repository.JpaRepository;

public interface GroupRepository extends JpaRepository<Group, Long> {
}

0 comments on commit c8fa3a6

Please sign in to comment.