Commit 929f95a1 authored by Sumaiyya Burney's avatar Sumaiyya Burney

Specifies collection name in Promotion.java

parent 3f0fbb6d
......@@ -8,7 +8,7 @@ import org.springframework.data.mongodb.core.mapping.Document;
@Getter
@Setter
@Document
@Document(collection="promotions")
public class Promotion {
@Id
private String id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment