Upgrade to Spring Boot 1.4 (#415)

* Boot upgrade due to known security issues.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2017-01-17 15:03:52 +01:00
committed by GitHub
parent ac85996eb6
commit 1beb2875fa
9 changed files with 37 additions and 15 deletions

View File

@@ -11,11 +11,13 @@
# data example to a cloud foundry enviroment. Expects existing CF CLI
# installation and login to be existing already.
cf api https://api.eu-gb.bluemix.net
cf login
cf stop hawkbit-simulator
cd examples/hawkbit-example-app/target/
cf push
cd ../..
java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net
java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT-exec.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net
cd hawkbit-device-simulator/target/
cf push
cd ../../..