Skip to content

Commit 1259ddb

Browse files
authored
Update 19.5. Hot swapping.md
1 parent 4c41808 commit 1259ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 19.5. 热交换
22

3-
由于Spring Boot应用程序只是普通的Java应用,那JVM热交换(hot-swapping)应该能出色的工作。JVM热交换在它能替换的字节码上有些限制,更全面的解决方案可以使用[Spring Loaded](https://github.com/spring-projects/spring-loaded)项目或[JRebel](http://zeroturnaround.com/software/jrebel/)
3+
由于Spring Boot应用只是普通的Java应用,所以JVM热交换(hot-swapping)也能开箱即用。不过JVM热交换能替换的字节码有限制,想要更彻底的解决方案可以使用[Spring Loaded](https://github.com/spring-projects/spring-loaded)项目或[JRebel](http://zeroturnaround.com/software/jrebel/)`spring-boot-devtools`模块也支持应用快速重启(restart)。
44

5-
关于热交换可以参考[“How-to”](../IX. ‘How-to’ guides/README.md)相应章节
5+
详情参看下面的[Chapter 20, Developer tools](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-devtools)[“How-to”](../IX. ‘How-to’ guides/README.md)章节

0 commit comments

Comments
 (0)