spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Make it possible to consume Spring Boot Actuator hypermedia

Open gregturn opened this issue 6 years ago • 1 comments
trafficstars

Consuming Spring Boot Actuator’s hypermedia should be easy. Check if Boot is serving up the right media type and then verify we can consume it with:

  • RestTemplate
  • WebClient
  • Traverson

NOTE: Recommend label “integration”.

gregturn avatar Aug 12 '19 10:08 gregturn

Inspired by #1050 but we should target Boot 2.2.

gregturn avatar Aug 12 '19 10:08 gregturn