首頁 > Java > java教程 > Idea中Springboot熱部署無效怎麼解決

Idea中Springboot熱部署無效怎麼解決

王林
發布: 2023-05-18 18:01:06
轉載
2387 人瀏覽過

一、開啟idea自動make功能

1 - Enable Automake from the compiler

PRESS: CTRL SHIFT A

TYPE: make project automatically

PRESS: Enter

Enable Make Project automatically feature

2 - Enable Automake when the application is running

PRESS: CTRL SHIFT A

TYPE: Registry

##Find the key compiler.automake.allow.when .app.running and enable it


Note: Restart your application now

兩步:

1、CTRL SHIFT A --> 尋找make project automatically --> 選取


#2、CTRL SHIFT A --> 尋找Registry --> 找到並勾選compiler.automake.allow.when. app.running

當然了,要在pom.xml中加入上spring開發工具包

<dependency>
      <groupid>org.springframework.boot</groupid>
      <artifactid>spring-boot-devtools</artifactid>
      <optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
      <scope>runtime</scope>
 </dependency>
登入後複製
在IDEA中開啟自動編譯:

Idea中Springboot熱部署無效怎麼解決

以上是Idea中Springboot熱部署無效怎麼解決的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:yisu.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板