Skip to content

Commit 256c911

Browse files
committed
feat: create Products
Signed-off-by: Otavio Santana <[email protected]>
1 parent ca8c91d commit 256c911

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/soujava/samples/mongodb/products

1 file changed

+1
-0
lines changed

src/main/java/org/soujava/samples/mongodb/products/Product.java

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import jakarta.nosql.Id;
66

77
import java.util.List;
8+
import java.util.Set;
89

910
@Entity
1011
public class Product {

0 commit comments

Comments
 (0)