2016-01-12 02:01:15 +08:00
|
|
|
source ./test-functions.sh
|
|
|
|
|
install_service
|
2016-10-13 23:51:54 +08:00
|
|
|
echo 'RUN_ARGS=--server.port=8081' > /test-service/spring-boot-app.conf
|
2016-01-12 02:01:15 +08:00
|
|
|
start_service
|
|
|
|
|
await_app http://127.0.0.1:8081/
|
|
|
|
|
curl -s http://127.0.0.1:8081/
|