mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
More detail in README
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user