This repository was archived by the owner on May 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,10 @@ test() {
151151# - port number for which url will be created
152152# - url path to check for response (usually "/")
153153# - string that url response must contain to checking that application is running corect
154- test " java-maven" " https://github.com/odo-devfiles/springboot-ex.git" " 8080" " /" " You are currently running a Spring server built for the IBM Cloud "
154+ test " java-maven" " https://github.com/odo-devfiles/springboot-ex.git" " 8080" " /" " Hello World! "
155155test " java-openliberty" " https://github.com/OpenLiberty/application-stack-intro.git" " 9080" " /api/resource" " Hello! Welcome to Open Liberty"
156156test " java-quarkus" " https://github.com/odo-devfiles/quarkus-ex" " 8080" " /" " Congratulations, you have created a new Quarkus application."
157- test " java-springboot" " https://github.com/odo-devfiles/springboot-ex.git" " 8080" " /" " You are currently running a Spring server built for the IBM Cloud "
157+ test " java-springboot" " https://github.com/odo-devfiles/springboot-ex.git" " 8080" " /" " Hello World! "
158158test " nodejs" " https://github.com/odo-devfiles/nodejs-ex.git" " 3000" " /" " Hello from Node.js Starter Application!"
159159test " python" " https://github.com/odo-devfiles/python-ex.git" " 8080" " /" " Hello World!"
160160test " python-django" " https://github.com/odo-devfiles/python-django-ex.git" " 8000" " /" " The install worked successfully! Congratulations!"
You can’t perform that action at this time.
0 commit comments