本文共 605 字,大约阅读时间需要 2 分钟。
百度百科:热部署,就是应用正在运行的时候就可以升级软件,而不需要重新启动应用。
org.springframework springloaded 1.2.5.RELEASE
ps:据说此方法还需要手动编译(
Ctrl + Shift + F9
),请亲测!
org.springframework.boot spring-boot-devtools true
全局配置
方式 | 效果 |
---|---|
spring-loaded | 需手动编译 |
spring-boot-devtools | 会重新加载整个应用 |
JRebel | 只加载修改类(当有错误时不会)。无需手动编译,不会重新加载整个应用 |
转载地址:http://lelfm.baihongyu.com/