Files
spring-boot/module/spring-boot-data-rest/src
paullee714 1e458eff63 Add spring.data.rest.return-body-on-delete configuration property
This commit adds the missing returnBodyOnDelete property to
DataRestProperties, completing the symmetric configuration for
controlling response body behavior across all CRUD operations.

The property maps to RepositoryRestConfiguration.setReturnBodyOnDelete()
which was added in Spring Data REST 4.1.

Signed-off-by: paullee714 <woolba714@kakao.com>

See gh-48872
2026-01-19 14:54:05 +00:00
..