This question is probably related to this SO Link "POSTing a @OneToMany sub-resource association in Spring Data REST"
I would like to understand how to do "Post" has many "Comments" idea using a single PostRepository that is exposed using SDR.
How will i add more comments to the existing posts?
The question is when i do not have a CommentRepository, i will not have any "Location url" to send to the Request.
In this case how should i send the new comment or modify an existing comment? Note: CURL command or HAL Browser usage for performing the same will be useful to understand how it works