Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-rest

Events "beforeLinkSave" and "afterLinkSave"

spring-data-rest

Spring Data Rest projection sorting

Spring Data REST: How to retrieve many items using list of Ids in one single call?

How to reverse a findAll() query in the pagingAndSorting repository interface using Spring data REST

How do I avoid n+1 queries with Spring Data Rest?

No suitable constructor found for type GeoJsonPoint

How to specify default sort in Spring Data @Repository find method?

Spring how to resolve entity uri in @RepositoryRestController

Read only properties for POST in spring data rest

spring-data-rest

Spring Data Rest custom argument Resolver

spring spring-data-rest

Adding fields to an object returned by Spring Data Rest endpoint?

Custom RepositoryRestController Mapping url throws 404 in spring-data-rest

Spring Data Rest Projections with or without explicit Declaration in Repository

Spring Data REST MongoDB: Retrieve objects of DBRef instead of href

Spring Data Rest Hateoas Resources object empty when consuming with Feign client in client service

Spring Data Rest Custom Links on Resource

java spring-data-rest

Handling custom exceptions (i18n) with Spring Data REST

POSTing to a collection association using Spring Data Rest

Spring Data REST - Consume List of Entities, Java HATEOAS client

Scan repositories in another package