spring-boot项目(idea工具)热部署(亲测有效)

spring-boot项目热部署idea工具:

(1)、pom文件引入:都需要为true



   org.springframework.boot
   spring-boot-devtools
   true 



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

(2)、idea编译器设置file→setting→compiler


(3)idea设置

快捷键ctrl+alt+shift  /


勾选

重启项目即可生效。亲测有效。

你可能感兴趣的:(java)