WIP
[demos/spring-boot] / pom.xml
diff --git a/pom.xml b/pom.xml
index 91648a9..88630fe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>io.projectreactor</groupId>
                        <artifactId>reactor-test</artifactId>
                        <scope>test</scope>
+    </dependency>
+
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-devtools</artifactId>
+                       <optional>true</optional>
                </dependency>
        </dependencies>