Spring boot web app running in docker example
mvn clean install -Pdocker
run container
docker-compose up
stop container
ctrl+C
remove container
docker-compose down
curl http://localhost:8080/rat
Check logs in the console
- Go in browser to
http://localhost:8080/login?state=333
- Enter any 'username' and 'password'
- Click 'login'
- Check logs in the console
then run debug
