spring-projects / spring-projects/spring-data-rest

Not getting the CRUD operations

Open
#63 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: waiting-for-triage
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.