#172 - Added Spring Boot dev tools to all projects.

This commit is contained in:
Oliver Gierke
2016-03-19 09:02:57 +01:00
parent 6d012f4aa2
commit 91c06febe4

View File

@@ -75,6 +75,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>