Skip to content

Add sample application that demonstrates how to create an entity and its association with another entity in a single HTTP call - #715

Open
ruthst00 wants to merge 4 commits into
spring-projects:mainfrom
ruthst00:DATAREST-1036-ruthes00
Open

Add sample application that demonstrates how to create an entity and its association with another entity in a single HTTP call#715
ruthst00 wants to merge 4 commits into
spring-projects:mainfrom
ruthst00:DATAREST-1036-ruthes00

Conversation

@ruthst00

@ruthst00 ruthst00 commented Aug 21, 2026

Copy link
Copy Markdown
  • You have read the Spring Data contribution guidelines.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

Description

This example project shows how to create an entity and its association with another entity in a single HTTP call.

For example, given parent entity "Parent" and child entity "Child" that is associated with a given Parent, you can create new parent and associated child records with a single HTTP call.

This example project and its documentation attempts to solve DATAREST-1036

…ng a new example module that demonstrates how to create parent/child records with a single HTTP call.
…ng a new example module that demonstrates how to create parent/child records with a single HTTP call.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 21, 2026
@ruthst00

ruthst00 commented Aug 21, 2026

Copy link
Copy Markdown
Author

Hi, can someone help me with instructions for resolving this failing check? It looks like it might be a build failure that's out of my control:
https://github.com/spring-projects/spring-data-examples/actions/runs/32461885783/job/96710289079?pr=715

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants