I started the example as noted by running mvn spring-boot:run. The server starts and is reachable on port 8888.
When pointing my browser to http://localhost:8888 it asks for a user and password but I'm unable to detect which data to use here.
Maybe it is useful to document the user/pw combination in the README.
Hi,
I started the example as noted by running
mvn spring-boot:run
. The server starts and is reachable on port 8888. When pointing my browser to http://localhost:8888 it asks for a user and password but I'm unable to detect which data to use here. Maybe it is useful to document the user/pw combination in the README.