Add reference to springMilestone profile

Fixes gh-44
This commit is contained in:
Dave Syer
2014-11-05 16:09:25 +00:00
parent d1a51c431b
commit 8427b32a8e

View File

@@ -53,6 +53,10 @@ First make sure that you have built the library:
$ cd initializr
$ mvn clean install
The "springMilestone" might needed to bootstrap your lcoal Maven cache:
$ mvn clean install -P springMilestone
Once you have done that, you can easily start the app using the spring command from the `initializr-service`
directory (`cd ../initializr-service`):