Null referenced object created using Spring boot and Mongodb
I am a newbie using mongodb with springboot trying to create a simple collection with referenced object. Below are the JSON request and response(with null referenced objects). Please let me know how a Student object can be persisted in database when a StudentClass was created. Also how a StudentAddress object in Student be persisted in database.