I would like to use HATEOAS in a Spring-boot @RestController; the method looks like
@GetMapping("/{transactionId}")
public UUID search(@PathVariable String transactionId){
...
return o.getUID();
}
How can I inject the "_links" structure?
I would like to use HATEOAS in a Spring-boot @RestController; the method looks like
@GetMapping("/{transactionId}")
public UUID search(@PathVariable String transactionId){
...
return o.getUID();
}
How can I inject the "_links" structure?
Copyright © 2021 Jogjafile Inc.