WIP
[demos/spring-boot] / pom.xml
diff --git a/pom.xml b/pom.xml
index 861ba15..826a489 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,10 @@
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.demos</groupId>
-       <artifactId>TEMPLATE</artifactId>
+       <artifactId>multidimensional</artifactId>
        <version>0.0.1-SNAPSHOT</version>
-       <name>Demo: TEMPLATE</name>
+       <name>Demo: Multidimensional Map With Dynamic Binding</name>
+       <description>Demo project for the blog-article "Using A Map With Values Of Type Map In A Spring/Thymeleaf-Form"</description>
 
        <properties>
                <java.version>1.8</java.version>
                        <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>
 
                <dependency>