idea + springboot 热部署
Posted 从小就学习不好
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea + springboot 热部署相关的知识,希望对你有一定的参考价值。
1.pom添加热部署
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>
2.File->Settings->Compiler
勾选
3.ctrl+alt+shift+/
选择
勾选
以上是关于idea + springboot 热部署的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot项目在IntelliJ IDEA中实现热部署
SpringBoot-03:SpringBoot+Idea热部署