Skip to content

This is an example Java application that uses Spring Boot 2, Maven and Docker.

Notifications You must be signed in to change notification settings

pvelychko/spring-boot-2-docker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-2-docker-app

Docker

Run the following commands to start the application:

mvn clean install
docker build -t docker-app .
docker run -p 5000:8080 docker-app

Testing

Open the following urls in a browser:

http://localhost:5000/greeting/personal?id=12
http://localhost:5000/greeting/business?type=big
http://localhost:5000/greeting/business?type=small

About

This is an example Java application that uses Spring Boot 2, Maven and Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published