Skip to content

Commit

Permalink
feat: create repository to goals
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Dec 1, 2024
1 parent 5a05811 commit eb5bf5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/os/expert/sample/NewYearWishes.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package os.expert.sample;

import jakarta.data.repository.BasicRepository;
import jakarta.data.repository.Repository;

@Repository
public interface NewYearWishes extends BasicRepository<Goal, String> {
}

0 comments on commit eb5bf5f

Please sign in to comment.