Demo: Multidimensional Map With Dynamic Binding
authorKai Moritz <kai@juplo.de>
Tue, 21 Jan 2020 12:07:45 +0000 (13:07 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 7 Apr 2023 11:21:36 +0000 (13:21 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 861ba15..982eb2f 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>