Update 19.5. Hot swapping.md

master
qibaoguang 2015-03-20 00:44:34 +08:00
parent a8d0b30f5e
commit f0daf5e5c8
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
### 19.5. 热交换
由于Spring Boot应用程序只是普通的Java应用那JVM热交换hot-swapping应该能出色的工作。JVM热交换在它能替换的字节码上有些限制更全面的解决方案可以使用[Spring Loaded](https://github.com/spring-projects/spring-loaded)项目或[JRebel](http://zeroturnaround.com/software/jrebel/)。
关于热交换可以参考[“How-to”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-hotswapping)章节。