Skip to content

Commit

Permalink
Merge pull request #46 from goormthon-Univ/develop
Browse files Browse the repository at this point in the history
[develop] main merge
  • Loading branch information
JoongHyun-Kim authored Mar 23, 2024
2 parents dac5689 + 3741e89 commit 3b96a98
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.hatcher.haemo.comment.repository;

import com.hatcher.haemo.comment.domain.Comment;
import org.springframework.data.jpa.repository.JpaRepository;

public interface CommentRepository extends JpaRepository<Comment, Long> {
}

0 comments on commit 3b96a98

Please sign in to comment.