Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-hateoas

Mapping HAL URI in @RequestBody to a Spring Data Rest managed entity

Exposing hypermedia links on collection even it's empty using Spring Data Rest

Spring Data Rest custom controller with patch method - how to merge resource with entity

Spring 5 Reactive WebClient does not seem to deserialize parameterized types

How to consume list of entities response from spring-data-rest

Exposing link on collection entity in spring data REST

Spring HATEOAS & HAL: Can I serve just Links but no content?

java spring spring-hateoas

Spring-boot + REST + HATEOAS + HAL

Migrating ResourceProcessor to HATEOAS 1.0.0 M1

Missing linkTo and methodOn declarations Spring HATEOAS STS

Java Client for POSTing complex entities to a Spring Data REST / HATEOAS service

Spring Data Rest: removing _links attributes from the response of a hypermedia Rest JPA entities

How to create a new parent entity that references an already existing child entity in spring data rest / HATEOAS

Spring Data Serialization of Embeddable with ManyToOne References

Consuming Spring Hateoas Pageable

Is there a means to set the host & port for the Spring HATEOAS `ControllerLinkBuilder`?

How can I get Spring MVC+HATEOAS to encode a list of resources into HAL?

HATEOAS paths are invalid when using an API Gateway in a Spring Boot app

Spring DTO-DAO (Resource - entity) mapping goes in which application layer: Controller or Service?