Skip to content

Commit

Permalink
Enable automated build through the devtools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackhardtoname committed Jul 26, 2019
1 parent 8c942fc commit bc4f342
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@
<version>2.4.0</version>
</dependency>

<!-- hot swapping, enable live reload -->
<!-- It would be automatically disabled in production environments -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand All @@ -91,11 +98,8 @@
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>


</build>


<repositories>
<repository>
<id>spring-snapshots</id>
Expand All @@ -118,6 +122,4 @@
</pluginRepository>
</pluginRepositories>



</project>

0 comments on commit bc4f342

Please sign in to comment.