美文网首页我爱编程
Spring boot 在Intellij IDEA 中的热部署

Spring boot 在Intellij IDEA 中的热部署

作者: 千古流传 | 来源:发表于2018-04-16 15:11 被阅读0次

参考:https://www.cnblogs.com/xiong233/p/6796847.html

1、加maven依赖

2、开启热部署

3、开启idea自动make功能 

CTRL + SHIFT + A --> 查找make project automatically --> 选中

CTRL + SHIFT + A --> 查找Registry --> 找到并勾选compiler.automake.allow.when.app.running

最后重启idea 

相关文章

网友评论

    本文标题:Spring boot 在Intellij IDEA 中的热部署

    本文链接:https://www.haomeiwen.com/subject/zaaqkftx.html