Add changelog

This commit is contained in:
Stephane Nicoll
2015-01-16 13:14:20 +01:00
parent d35482a61b
commit 81df61931a
2 changed files with 62 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
= Spring Initializr
Spring Initializr is a configurable service to generate quickstart project. You can see our default
instance at https://start.spring.io
NOTE: Check the link:CHANGELOG.adoc[changelog] for the list of changes
== Prerequisites
You need Java (1.6 or better) and a bash-like shell.
@@ -113,4 +118,8 @@ Once the jar has been created, you can push the application:
Where `<space>` is the name of the space. As a failsafe, and a
reminder to be explicit, the deployment will fail in production
without the `-n`. It is needed to select the route because there is a
manifest that defaults it to `start-development`.
manifest that defaults it to `start-development`.
== License
Spring Initializr is Open Source software released under the
http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].