springboot 实现热部署

最近做springboot项目,但是热部署无效,在网上找了很多文章,终于找到可用的了,转发一下该文章。

 

最近在弄SpringBoot 与idea 热部署一直没有起效,后来突然想起SSM框架的热部署的一个设置,结果真的有效果了

(也许无法解决您的问题,还请多多包涵)

1.



    org.springframework.boot
    spring-boot-devtools
    true
    true


2,左上角 File->Settings...->Build,Execution,Deployment->Compiler,勾选"Build project automatically",然后右下角Apply——【OK】:

3)使用 Ctrl+Shift+A 快捷键搜索"Registry...",选择   Registry...  【这里可以用Ctrl+Shift+Alt+/直接打开Registry

你可能感兴趣的:(springboot 实现热部署)