1<!--热部署配置-->
2         <dependency>
3             <groupId>org.springframework.boot</groupId>
4             <artifactId>spring-boot-devtools</artifactId>
5         </dependency>

 

因为Intellij IEDA默认情况下不会自动编译,需要对IDEA进行自动编译的设置

idea热部署失败解决办法

 然后 Shift+Ctrl+Alt+/,选择Registry

idea热部署失败解决办法

 

 

idea热部署失败解决办法

问题解决啦.......

 

相关文章:

  • 2021-04-26
  • 2021-05-10
  • 2022-01-05
  • 2021-11-25
  • 2021-11-08
  • 2022-12-23
  • 2021-04-28
猜你喜欢
  • 2022-01-08
  • 2022-12-23
  • 2021-11-08
  • 2021-10-02
  • 2021-09-29
  • 2021-12-03
相关资源
相似解决方案