idea設置Springboot項目修改html後不須要重啓

一、在pom中直接引入依賴spring

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

二、設置如下兩項(第一項如已設置直接設置第二項)app

  1) 「File」 -> 「Settings」 -> 「Build,Execution,Deplyment」 -> 「Compiler」,選中打勾 「Make project automatically」(有的版本叫Build project automatically) 。ide

  2) 組合鍵:「Shift+Ctrl+Alt+/」 ,選擇 「Registry」 ,選中打勾 「compiler.automake.allow.when.app.running」 spring-boot

三、重啓ideaui

四、若還不生效,則:idea

相關文章
相關標籤/搜索