提交 ed950fee 编写于 作者: J Joakim Taule Kartveit 提交者: Jay Bryant

updated the text after QA

上级 a953485c
......@@ -320,9 +320,8 @@ The actuator exposes the following:
NOTE: There is also an `/actuator/shutdown` endpoint, but, by default, it is visible only
through JMX. To http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#production-ready-endpoints-enabling-endpoints[enable it as an HTTP endpoint], add
`management.endpoint.shutdown.enabled=true`
and expose it with `management.endpoints.web.exposure.include=health,info,shutdown`
to your `application.properties` file.
to your `application.properties` file `management.endpoint.shutdown.enabled=true`
and expose it with `management.endpoints.web.exposure.include=health,info,shutdown`.
However, you probably should not enable the shutdown endpoint for a publicly available
application.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册