Download starter.zip from home page

This commit is contained in:
Dave Syer
2013-07-22 14:40:50 +01:00
parent a7433b094c
commit 9d4a6bf6c5
8 changed files with 68 additions and 15 deletions

View File

@@ -39,7 +39,7 @@
</div>
<h1>Spring Initializr</h1>
<div>
<form action="/pom" method="get">
<form action="/starter.zip" method="get">
<label for="groupId">Group:</label> <input id="groupId" type="text" value="org.demo" name="groupId"/>
<label for="artifactId">Artifact:</label> <input id="artifactId" type="text" value="demo" name="artifactId"/>
<label for="name">Name:</label> <input id="name" type="text" value="demo" name="name"/>