Commit 5c8c121a authored by Rajeshekar's avatar Rajeshekar

Corrected the collection name.

parent 13fe6835
......@@ -18,7 +18,7 @@ import lombok.ToString;
@AllArgsConstructor
@NoArgsConstructor
@ToString
@Document(collection = "Team")
@Document(collection = "Teams")
public class Project implements Serializable {
private static final long serialVersionUID = 1L;
......
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