十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
springboot热部署如何在Intellij IDEA中实现?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
对于springboot热部署貌似是这样的,首先要设置idea相关配置
导航栏 File -> Settings -> Build,Execution,Deployment -> Compiler 选择Build project automatically 打勾 如下图所示
接着Ctrl+Shift+Alt+/ 快捷键选择Registry会弹出如下图
在红色选择的一行打勾,就完成了这步骤。
接着开始配置pom.xml文件
org.springframework.boot spring-boot-devtools true org.springframework.boot spring-boot-maven-plugin true