Update 39. Enabling production-ready features.md
parent
35c28aa0d9
commit
b2a9586a09
|
@ -1,7 +1,3 @@
|
|||
### Spring Boot执行器:Production-ready特性
|
||||
|
||||
Spring Boot包含很多其他的特性,它们可以帮你监控和管理发布到生产环境的应用。你可以选择使用HTTP端点,JMX或远程shell(SSH或Telnet)来管理和监控应用。审计(Auditing),健康(health)和数据采集(metrics gathering)会自动应用到你的应用。
|
||||
|
||||
### 39. 开启production-ready特性
|
||||
|
||||
[spring-boot-actuator](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-actuator)模块提供了Spring Boot所有的production-ready特性。启用该特性的最简单方式就是添加对spring-boot-starter-actuator ‘Starter POM’的依赖。
|
||||
|
|
Loading…
Reference in New Issue