<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>