Spring Boot实现热部署
Posted Fintech技术汇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot实现热部署相关的知识,希望对你有一定的参考价值。
通过一下步骤,可以实现Spring Boot热部署,从而在修改代码时,不需要手动重启
1. 导入spring-boot-devtools依赖
2. 设置IDEA自动编译
3. 设置IDEA的Registry(ctrl+shift+alt+/)
勾选compiler.automake.allow.when.app.running
以上是关于Spring Boot实现热部署的主要内容,如果未能解决你的问题,请参考以下文章