- 在
pom.xml
中添加依賴
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
2.打開Idea的設(shè)置,在 compiler
中將 Build project automatically
選中
-
打開Idea的全局搜索(在macOS中雙擊Shift鍵喚出)士修,搜索registry
4.在registry
窗口中耳鸯,將compiler.automake.allow.when.app.running
選中
經(jīng)過以上設(shè)置,當(dāng)項(xiàng)目運(yùn)行的時(shí)候创译,修改模版文件抵知,將不用重啟項(xiàng)目就能生效,修改java文件的時(shí)間软族,將會(huì)觸發(fā)自動(dòng)重啟刷喜。