Intellig IDEA 搭建spring boot 热部署

Posted 天涯已可

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellig IDEA 搭建spring boot 热部署相关的知识,希望对你有一定的参考价值。

在pom中直接引入依赖

<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-devtools</artifactId>
        <optional>true</optional>
</dependency>

  设置以下两项(第一项如已设置直接设置第二项)

 

  1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。

 

  2) 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。

 

  重启项目

借鉴:https://www.cnblogs.com/jiangbei/p/8439394.html

以上是关于Intellig IDEA 搭建spring boot 热部署的主要内容,如果未能解决你的问题,请参考以下文章

java web开发入门十(idea创建maven SSM项目)基于intellig idea

Intellig Idea 常用快捷键列表

java web开发入门八(ssm整合)基于intellig idea

intellig idea中jsp或html数据没有自动保存和更换字体

java web开发入门十一(idea maven mybatis自动代码生成)基于intellig idea

java web开发入门三(Hibernate)基于intellig idea