Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-hateoas

How to configure Spring HATEOAS behind proxy?

Resolving entity URI in custom controller (Spring HATEOAS)

Deserialize JSON containing (_links and _embedded) using spring-hateoas

How to force Spring HATEOAS resources to render an empty embedded array?

spring spring-hateoas

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

Custom response for root request int the Spring REST HATEOAS with both RepositoryRestResource-s and regular controllers

Why HATEOAS starts creating issue for spring-boot version >= 2.2.x during startup with Swagger 2.x?

Date format in the json output using spring boot

Meaning and usage of "_embedded" in HATEOAS

How to correctly use PagedResourcesAssembler from Spring Data?

Spring HATEOAS versus Spring Data Rest

Spring HATEOAS embedded resource support

java spring spring-hateoas

When to use @RestController vs @RepositoryRestResource