idea中实现springboot热部署

一,在pom.xml中添加如下配置


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



org.springframework.boot
spring-boot-maven-plugin

true

二,在file - settings -build - complier 下勾选


image.png

三,按 ctrl + shift +alt + / 进入re'gist 勾选


image.png

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