Added a working @ExceptionHandler
[demos/testing] / pom.xml
diff --git a/pom.xml b/pom.xml
index 087036f..9e6ae90 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-devtools</artifactId>
+                       <optional>true</optional>
+               </dependency>
 
                <dependency>
                        <groupId>org.springframework.boot</groupId>