Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-rest

Is it problematic that Spring Data REST exposes entities via REST resources without using DTOs?

Spring HATEOAS versus Spring Data Rest

Using @Version in spring-data project

Creating multiple aliases for the same QueryDSL path in Spring Data

How to use Spring managed Hibernate interceptors in Spring Boot?

Disable Hypertext Application Language (HAL) in JSON?

How to consume Page<Entity> response using Spring RestTemplate

Spring Data Rest and Cors

kotlin data class + bean validation jsr 303

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

Spring Data Rest - Sort by multiple properties

When to use @RestController vs @RepositoryRestResource

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

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