DATAREST-2087 Add support of path on RepositoryRestController
Fix #2087
Add a field "path/value" on the annotation @RepositoryRestController to be able to set a root path at class level.
@yyvess Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@yyvess Thank you for signing the Contributor License Agreement!
@RequestMappig supports an array of paths so I believe we should do the same for @RepositoryRestController
Hope this gets merged soon been a long time . For now we had to do a lot of refactor to avoid this in our latest migration :|
can we please triage this
We are definitely running into this issue as well, and we have a ton of AbstractControllers with a lot of methods that we inherit. Gettting this fix into the 2.7.x line of Spring Boot would be extremely helpful.
Commit of this PR was cherry-pick to main branch (Spring data version 4.0.0-M5)
Merged by cherry-pick