We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce073d commit ddaf9e4Copy full SHA for ddaf9e4
README.md
@@ -1,10 +1,11 @@
1
Density Population Calculator
2
3
-This is a simple application exposes services to calculate density population.
+This is a simple application that exposes services to calculate density population.
4
This is a Spring boot application written in JAVA12 and it uses MAVEN for building and packaging.
5
by default the app is running on port 8080
6
7
To build the app just open a terminal and go in the app folder and run the following command:
8
+
9
**mvn clean install**
10
11
To launch the app after building it:
0 commit comments