MaharajanR / question-45-sb1.5.21R-j1.8-maven-in-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Maven

PROJECT START STEPS:

Pre-requisites:
1. Java must be installed
2. Install maven module (https://maven.apache.org/install.html).

Steps:
1. To run this application, do the following:
    1.a. Go to the project root directory.
    1.b. Run the following commands in the terminal/command line to build the app:
        - mvn clean install
    1.c. Run the following command(s) in the terminal/command line to run the app:
        - java -jar ./target/spring-boot-in-docker.jar

2. Go to http://localhost:8080/ in your browser to view it.

About


Languages

Language:Java 93.7%Language:Dockerfile 6.3%