Skip to content

emrej/docker-springboot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-springboot-demo

Demo project for Spring Boot and Postgres with Docker

Build the project with

  • mvn clean install

to generate the fat jar file

Then run
$ docker-compose build --no-cache my-webapp

$ docker-compose up (--detach)

Application is accessible on port 8088, users table and data is auto configured via liquibase.

Navigate to

  • http://{Your_Docker_Host_IP}:8088/users

to retrieve the list of users

Medium article: https://medium.com/dev-jam/docker-in-a-nutshell-f2e315211195

About

Demo project for Spring Boot with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published