diff --git a/V. Spring Boot Actuator/README.md b/V. Spring Boot Actuator/README.md new file mode 100644 index 0000000..eccf00c --- /dev/null +++ b/V. Spring Boot Actuator/README.md @@ -0,0 +1,3 @@ +### Spring Boot执行器:Production-ready特性 + +Spring Boot包含很多其他的特性,它们可以帮你监控和管理发布到生产环境的应用。你可以选择使用HTTP端点,JMX或远程shell(SSH或Telnet)来管理和监控应用。审计(Auditing),健康(health)和数据采集(metrics gathering)会自动应用到你的应用。