Update 20. Packaging your application for production.md

master
qibaoguang 2015-03-20 00:45:16 +08:00
parent f0daf5e5c8
commit fe2ed7b991
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 20. 打包用于生产的应用程序
可执行jars可用于生产部署。由于它们是自包含的非常适合基于云的部署。关于其他“生产准备”的特性比如健康监控审计和指标REST或JMX端点可以考虑添加`spring-boot-actuator`。具体参考[Part V, “Spring Boot Actuator: Production-ready features”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready)。