Add bootVersion to home page

This commit is contained in:
Dave Syer
2014-06-24 09:42:54 +01:00
parent 92f3e343b6
commit 76e7f3f15c
5 changed files with 25 additions and 1 deletions

View File

@@ -59,5 +59,5 @@ before running `cf push`.
Alternatively you can jar up the app and make it executable in any environment. Care is needed with the includes and excludes:
$ spring jar --include '+templates/*.groovy,+spring/**' --exclude '-**/*.groovy,-**/*.jar,start.jar' start.jar app.groovy
$ spring jar --include '+spring/**' --exclude '-**/*.jar,start.jar' start.jar app.groovy
$ cf push -p start.jar -p start.jar -n start