From 3a5c672c51dde7051ea7a28c3f9f2120341e3c30 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Wed, 11 Mar 2015 23:40:26 +0800 Subject: [PATCH] Update 6. Moving to production.md --- I. Spring Boot Documentation/6. Moving to production.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/I. Spring Boot Documentation/6. Moving to production.md b/I. Spring Boot Documentation/6. Moving to production.md index e69de29..f20c03a 100644 --- a/I. Spring Boot Documentation/6. Moving to production.md +++ b/I. Spring Boot Documentation/6. Moving to production.md @@ -0,0 +1,7 @@ +### 6. 迁移到生存环境 + +当你准备将你的Spring Boot应用推送到生产环境时,我们为你准备了一些你[可能喜欢的技巧](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready)! + +- 管理端点:[概述](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-endpoints)|[自定义](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-customizing-endpoints) +- 连接可选项:[HTTP](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-monitoring)|[JMX](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-jmx)|[SSH](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-remote-shell) +- 监控:[指标](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-metrics)|[审计](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-auditing)|[追踪](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-tracing)|[进程](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-process-monitoring)