joinfaces / joinfaces-gradle-jar-example

JoinFaces Gradle Jar Example
5 stars 4 forks source link

Add log hint with test page URL #32

Closed cd2357 closed 2 years ago

cd2357 commented 3 years ago

Starting the test application with

git clone https://github.com/joinfaces/joinfaces-gradle-jar-example
cd joinfaces-gradle-jar-example
./gradlew bootRun

brings up a tomcat on port 8080, but opening http://localhost:8080 results in a 404. Same is true when started from an IDE.

This can make the user think the application is broken.

This PR adds a short log statement hinting at the working URL: http://localhost:8080/index.xhtml