springboot 热部署
一、热部署的作用:
代码改动之后可以自动重启生效,而不需要你手动去进行重启。
二、步骤:
org.springframework.boot
spring-boot-devtools
1.5.9.RELEASE
runtime
true
springcloud2020
org.springframework.boot
spring-boot-maven-plugin
2.3.4.RELEASE
true
true
注:
如果是 SpringCloud 项目这个可以放在父工程中。

windows 下使用: 然后选 Registry
mac 下使用 : 然后选 Registry
