sanket9918 / SpringBoot-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot MongoDB Docker starter template

This repository is a template for a Java backend

To run the project straight from the editor, use the inbuilt runner.

To get started with Docker

  • Compile into JAR (Maven is used here)
    ./mvnw package
  • Then use the Docker compose file to fire up both mongo and SpringBoot app.
   docker compose up

App will be available at port 8080.

About


Languages

Language:Java 92.4%Language:Dockerfile 7.6%