idea spring boot项目调试不用每次重启


1.ctrl+Shift+Alt+/-----> 选择Registry ------>勾选


compiler.automake.allow.when.app.running


2.如果你进行上面的设置没有作用,请在检查下面图片的设置

Setting--->Compiler--->勾选Build project automatically

idea spring boot项目调试不用每次重启_第1张图片


3.maven 加入依赖


   org.springframework.boot
   spring-boot-devtools
   true 


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

你可能感兴趣的:(Spring)