热部署要加入下面的依赖:
<!--热部署配置-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
但是出现热部署失败,并不是热部署配置的原因。其根本原因是intellij IDEA默认情况下不会自动编译,需要对IDEA进行自动编译的设置。如下:
然后按shift+ctrl+Alt+/ 选择Registry