A Spring Docker Example for SE2021 honor class at fdu.
git clone https://github.com/Humbertzhang/spring-docker-example
cd spring-docker-example
mvn clean package
docker build .
When you see
Successfully built <image-id>
run:
docker run -p 8080:8080 <image-id>
Open your browser, type http://localhost:8080/
in the address bar, and hit Enter
key as hard as you can.
If you're lucky, you'll see