Simplify the Actuator's hypermedia support
This commit replaces the Acuator's support for hypermedia with a single endpoint that returns HAL-formatted links to all of the available endpoints. This is done without requiring Spring HATEOAS to be on the classpath in a similar manner to the existing CloudFoundry discovery endpoint. Closes gh-9901
This commit is contained in:
@@ -46,11 +46,6 @@
|
||||
<module>spring-boot-sample-devtools</module>
|
||||
<module>spring-boot-sample-flyway</module>
|
||||
<module>spring-boot-sample-hateoas</module>
|
||||
<module>spring-boot-sample-hypermedia</module>
|
||||
<module>spring-boot-sample-hypermedia-gson</module>
|
||||
<module>spring-boot-sample-hypermedia-jpa</module>
|
||||
<module>spring-boot-sample-hypermedia-ui</module>
|
||||
<module>spring-boot-sample-hypermedia-ui-secure</module>
|
||||
<module>spring-boot-sample-integration</module>
|
||||
<module>spring-boot-sample-jersey</module>
|
||||
<module>spring-boot-sample-jersey1</module>
|
||||
|
||||
Reference in New Issue
Block a user