mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
source ./test-functions.sh
|
|
echo 'JAVA_OPTS=-Dserver.port=8081' > app.conf
|
|
launch_jar
|
|
await_app http://127.0.0.1:8081/
|
|
curl -s http://127.0.0.1:8081/
|