Skip to content

test-backend/spring-boot-docker-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot - Docker test

Before anything...

Check if you have installed these features in your machine:

  • JDK 8,
  • Maven 3.6.x,
  • Docker client and Docker desktop

Build

You can build this project using

mvn clean install -U

Run it!

First, start the docker container with the DB:

docker-compose up

then, you can run the Spring Boot application via:

mvn spring-boot:run

About

SpringBoot - Docker test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published