2020
11-08
11-08
SpringBoot+Idea热部署实现流程解析
idea版本IntelliJIDEA2019.2.3(UltimateEdition)1.pom文件加依赖<!--热部署--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-devtools</artifactId><optional>true</optional><scope>true</scope></dependency>2.Ctrl+Alt+S设置修改Compiler项3.Ctrl+Shift+Alt+/选择Registry4.勾选后close5.重启或者重新打开项目JRebel插件更方便.以上就是本文的全部...
继续阅读 >