spring boot intellij auto reload

Solutions on MaxInterview for spring boot intellij auto reload by the best coders in the world

showing results for - "spring boot intellij auto reload"
Nick
06 Sep 2020
1<!-- auto build & deploy, add to maven-->
2    <dependency>
3		<groupId>org.springframework.boot</groupId>
4		<artifactId>spring-boot-devtools</artifactId>
5		<optional>true</optional>
6	</dependency>
7
8// Intellij, checkbox
9File -> Settings –> Build, Execution, Deployment –> 
10        Compiler –> Build project automatically