Skip to content

Commit 1bd3e21

Browse files
committed
feat: create tool repository
Signed-off-by: Otavio Santana <[email protected]>
1 parent 4b4b43f commit 1bd3e21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
package expert.os.samples.helidon.mongodb;public interface ToolRepository {
1+
package expert.os.samples.helidon.mongodb;
2+
3+
import jakarta.data.repository.BasicRepository;
4+
import jakarta.data.repository.Repository;
5+
6+
@Repository
7+
public interface ToolRepository extends BasicRepository<Tool, String> {
28
}

0 commit comments

Comments
 (0)