/1-2-3-SpringBoot-Docker-Nginx-DigitalOcean

This is a another walkthrough explaining how to Dockerize and deploy on DigitalOcean a SpringBoot application

Primary LanguageJavaApache License 2.0Apache-2.0

1-2-3-SpringBoot-Docker-Nginx-DigitalOcean

This is the sample app of the 1, 2, 3: SpringBoot, Docker, Nginx, DigitalOcean tutorial.

Setup

Clone the repository

git clone https://github.com/gcatanese/1-2-3-SpringBoot-Docker-Nginx-DigitalOcean.git

Build the jar file

mvn clean package

Run

Run the application

java -jar target/myapp.jar