spring-projects / spring-projects/spring-data-rest
Not getting the CRUD operations
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
I have a simple JpaRepository, but when I do discover in the rest shell it doesn't show any CRUD operations.
Here is my code for the repo
public interface CurrencyRepository extends JpaRepository<Currency, Long> {
}
This is a current Spring MVC app, so we just included
I see there is mapping being done in the tomcat log, but no CRUD operations show in discover.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the JpaRepository declaration and the RepositoryRestMvcConfiguration bean, then reproduce the missing CRUD operations through the REST shell while checking the Tomcat mapping log. Done means the repository's CRUD operations appear in discover for the CurrencyRepository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100