yzbrlan / spring-docker-example

A Spring Docker Example for SE2021 honor class at fdu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <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

Something maybe useful

Maven入门教程

Maven环境配置

Maven基础知识

Docker从入门到实践

Docker安装

About

A Spring Docker Example for SE2021 honor class at fdu.

License:Apache License 2.0


Languages

Language:Java 77.0%Language:Dockerfile 23.0%