Update 20. Packaging your application for production.md
parent
f0daf5e5c8
commit
fe2ed7b991
|
@ -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)。
|
Loading…
Reference in New Issue