python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to get a list of all streams using the spring cloud dataflow java rest client?
I'm using the spring cloud dataflow java rest client (https://docs.spring.io/spring-cloud-dataflow/docs/current/api/) and want to use it to retrieve all currently deployed streams.
It's easy enough to...
Lance Johnston
Votes: 0
Answers: 2
Issue regarding jackson- Redis Serialization Exception
Im getting this exception while implementing Redis cache , i have downstream api which i m consuming , its using spring hateoas , it is returning some data but i got exception , looks some kind of ser...
shan
Votes: 0
Answers: 0
FeignClient with Hateoas PagedModel: Content is always empty
I have an endpoint which produces Hateoas:
@GetMapping()
public ResponseEntity<PagedModel<ContentModel>> getContent(
@RequestParam(required = false) final String sortBy,
@R...
Mulgard
Votes: 0
Answers: 1
Migrate Spring hateos ResourceAssembler to RepresentationModelAssembler
According to this post ResourceAssembler is changed to RepresentationModelAssembler
I have this code which is using Spring HATEOAS 1.0:
import org.springframework.hateoas.ResourceAssembler;
public cl...
Peter Penzov
Votes: 0
Answers: 1