More detail in README

This commit is contained in:
Dave Syer 2014-08-12 08:18:29 -07:00
parent 8fd8099579
commit 2063d013ac

View File

@ -75,7 +75,10 @@ You can jar up the app and make it executable in any environment.
$ spring jar start.jar app.groovy
To deploy on Cloudfoundry:
## Building an Executable JAR
The safest way to deploy to do is jar up the app and make it executable in any
environment. Care is needed with the includes and excludes:
$ cf push start -p start.jar -n start-<space>