Skip to content

Commit c74f6c8

Browse files
author
Javad Bagirov
committed
add post repository
1 parent 7d406b7 commit c74f6c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package org.blog.app.repository;
2+
3+
import org.blog.app.domain.Post;
4+
import org.springframework.data.jpa.repository.JpaRepository;
5+
6+
public interface PostRepository extends JpaRepository<Post, Long> { }

0 commit comments

Comments
 (0)