Go to file
2013-06-06 12:19:15 +01:00
static/css Working app with maven pom generator and installer 2013-06-06 08:40:10 +01:00
templates Add /gs endpoint 2013-06-06 12:19:15 +01:00
.gitignore Working app with maven pom generator and installer 2013-06-06 08:40:10 +01:00
app.groovy Add /gs endpoint 2013-06-06 12:19:15 +01:00
logging.properties Add /gs endpoint 2013-06-06 12:19:15 +01:00
manifest.yml Working app with maven pom generator and installer 2013-06-06 08:40:10 +01:00
README.md Working app with maven pom generator and installer 2013-06-06 08:40:10 +01:00

Spring Initializr

Prerequisites

You need Java (1.6 or better) and a bash-like shell. To get started, some basic operating system tools (curl and zip). The spring command line interface can be installed like this

$ curl spring.cfapps.io/installer | bash

After running that command you should see a spring directory:

$ ./spring/bin/spring --help

usage: spring [--help] [--version] 
   <command> [<args>]
...

You could add that bin directory to your PATH (the examples below assume you did that).

If you don't have curl or zip you can probably get them (for Windoze users we recommend cygwin), or you can download the zip file and unpack it yourself.

Running the app

Use the spring command:

$ spring run app.groovy