- Install
Docker - Make sure all
dependenciesare there. If not, you can find necessarydependenciesfromMavenrepository - Make changes to your
Dockerfileordoker-composefiles according to your needs.
This is a boilerplate project for you to quickstart your SpringBoot application.
Technologies used:
Java - SpringBootMySQLJWTDocker
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.