Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

spring boot intellij auto reload

<!-- auto build & deploy, add to maven-->
    <dependency>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-devtools</artifactId>
		<optional>true</optional>
	</dependency>

// Intellij, checkbox
File -> Settings –> Build, Execution, Deployment –> 
        Compiler –> Build project automatically
 
PREVIOUS NEXT
Tagged: #spring #boot #intellij #auto #reload
ADD COMMENT
Topic
Name
7+7 =