- Install
Docker
- Make sure all
dependencies
are there. If not, you can find necessarydependencies
fromMaven
repository - Make changes to your
Dockerfile
ordoker-compose
files according to your needs.
This is a boilerplate project for you to quickstart your SpringBoot
application.
Technologies used:
Java - SpringBoot
MySQL
JWT
Docker
Dockerfile
specified in this project is multi-stage build, it will build your application first and then
moves your package app.jar
into your runtime environment.