New posts in spring-data-rest

Using @Version in spring-data project

How to consume Page<Entity> response using Spring RestTemplate

Can Spring Data REST's QueryDSL integration be used to perform more complex queries?

Why does RestTemplate not bind response representation to PagedResources?

Can I make a custom controller mirror the formatting of Spring-Data-Rest / Spring-Hateoas generated classes?

How to map Page<ObjectEntity> to Page<ObjectDTO> in spring-data-rest

How to work with DTO in Spring Data REST projects?

kotlin data class + bean validation jsr 303

Enable HAL serialization in Spring Boot for custom controller method

When to use @RestController vs @RepositoryRestResource

How to hide /profile Endpoint in Spring Boot

Springdoc Data REST ignore overwrite Pageable parameters name

JSON parse error: Can not construct instance of java.time.LocalDate: no String-argument constructor/factory method to deserialize from String value

Disable Hypertext Application Language (HAL) in JSON?

How to maintain bi-directional relationships with Spring Data REST and JPA?

Spring Data Rest - Sort by multiple properties

How to use Spring managed Hibernate interceptors in Spring Boot?

POSTing a @OneToMany sub-resource association in Spring Data REST

Spring Data Rest and Cors