SpringBoot项目在IntelliJ IDEA中实现热部署(简单方式)
Posted 大圣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot项目在IntelliJ IDEA中实现热部署(简单方式)相关的知识,希望对你有一定的参考价值。
------ 开启idea自动make/build功能 -----
1、CTRL + SHIFT + A --> 查找make project automatically --> 选中
2、CTRL + SHIFT + A --> 查找Registry --> 找到并勾选compiler.automake.allow.when.app.running
3、最后重启idea
以上是关于SpringBoot项目在IntelliJ IDEA中实现热部署(简单方式)的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ 15,SpringBoot devtools livereload无法正常工作
IntelliJ 15,SpringBoot devtools livereload 不工作
如何在 IntelliJ IDEA 中为 Spring Boot 项目构建 jar 工件
IntelliJ IDEA 2017版 spring-boot2.0.4+mybatis反向工程;mybatis+springboot逆向工程