mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
More detail in README
This commit is contained in:
parent
8fd8099579
commit
2063d013ac
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user