mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00
Add bootVersion to home page
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user