1. 程式人生 > >Ctrl+F9實現idea手動編譯檔案(建議用於編譯html檔案)

Ctrl+F9實現idea手動編譯檔案(建議用於編譯html檔案)

Ctrl+F9實現idea手動編譯檔案(建議用於編譯html檔案)


只需要pom.xml中加入以下配置

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