# spring-docker-example **Repository Path**: junjunjun1234/spring-docker-example ## Basic Information - **Project Name**: spring-docker-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-18 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-docker-example A Spring Docker Example for SE2021 honor class at fdu. # Steps for running this project ``` git clone https://github.com/Humbertzhang/spring-docker-example cd spring-docker-example mvn clean package docker build . ``` When you see ``` Successfully built ``` run: ``` docker run -p 8080:8080 ``` 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 ![](pictures/browser.png) # Something maybe useful [Maven入门教程](https://cloud.tencent.com/developer/article/1381622) [Maven环境配置](https://www.runoob.com/maven/maven-setup.html) [Maven基础知识](https://www.imooc.com/wiki/mavenlesson/mavenintroduction.html) [Docker从入门到实践](https://yeasy.gitbook.io/docker_practice/) [Docker安装](https://docs.docker.com/get-docker/)