熱啟動依賴
<dependency> <groupid>org.springframework.boot</groupid> <artifactid>spring-boot-devtools</artifactid> </dependency>
idea 預設不會進行自動編譯,還需要設定idea 自動編譯
Settings>Compiler> 勾選Build project automatically
shift ctrl alt / 開啟Registry 。勾選 compiler.automake.allow.when.app.running
#以上是springboot怎麼實現熱啟動的詳細內容。更多資訊請關注PHP中文網其他相關文章!