Browse Source

Merge branch '2.2.x'

Closes gh-20619
pull/17274/head
Stephane Nicoll 6 years ago
parent
commit
34b71561d3
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc
  2. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

2
spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc

@ -21,7 +21,7 @@ Before you proceed, you should read the following topics: @@ -21,7 +21,7 @@ Before you proceed, you should read the following topics:
* <<overview-endpoint-urls>>
* <<overview-timestamps>>
NOTE: In order to get the correct JSON responses documented below, Jackson must be available.
[[overview-endpoint-urls]]
=== URLs

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

@ -1113,6 +1113,8 @@ For example, `health` is exposed as `/actuator/health`. @@ -1113,6 +1113,8 @@ For example, `health` is exposed as `/actuator/health`.
TIP: Actuator is supported natively with Spring MVC, Spring WebFlux, and Jersey.
If both Jersey and Spring MVC are available, Spring MVC will be used.
NOTE: Jackson is a required dependency in order to get the correct JSON responses as documented in the API documentation ({spring-boot-actuator-restapi}/html[HTML] or {spring-boot-actuator-restapi}/pdf/spring-boot-actuator-web-api.pdf[PDF]).
[[production-ready-customizing-management-server-context-path]]

Loading…
Cancel
Save