【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>
基于Springboot项目
1、添加依赖
<!-- 热部署 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency>
2、进入设置进行配置
3、IDEA开启项目运行时自动make, ctrl + shift + alt+/ 命令:registry -> 选择
参考来源:https://www.cnblogs.com/ming-blogs/p/10289075.html
来源:oschina
链接:https://my.oschina.net/u/3771868/blog/3155432