Skip to content

Commit a730016

Browse files
authored
Update and rename 20. Packaging your application for production.md to 21. Packaging your application for production.md
1 parent e6c3a8d commit a730016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### 20. 打包用于生产的应用程序
1+
### 21. 打包用于生产的应用
22

33
可执行jars可用于生产部署。由于它们是自包含的,非常适合基于云的部署。关于其他“生产准备”的特性,比如健康监控,审计和指标REST,或JMX端点,可以考虑添加`spring-boot-actuator`。具体参考[Part V, “Spring Boot Actuator: Production-ready features”](../V. Spring Boot Actuator/README.md)。

0 commit comments

Comments
 (0)