Merge pull request #8988 from Ali Shahbour
* gh-8988: Polish "Find .conf file next to symlink to jar that's using the launch script" Find .conf file next to symlink to jar that's using the launch scriptpull/9590/merge
commit
c79b76847b
@ -0,0 +1,6 @@
|
||||
source ./test-functions.sh
|
||||
install_double_link_service
|
||||
echo 'JAVA_OPTS=-Dserver.port=8081' > /test-service/spring-boot-app.conf
|
||||
start_service
|
||||
await_app http://127.0.0.1:8081/
|
||||
curl -s http://127.0.0.1:8081/
|
Loading…
Reference in New Issue