There was an error while loading. Please reload this page.
1 parent 23b2d1b commit 655dfe7Copy full SHA for 655dfe7
2 files changed
README.md
@@ -1,3 +1,10 @@
1
# AzulApiJava
2
3
-[](https://codecov.io/gh/AzulImplementation/AzulApiJava)
+[](https://codecov.io/gh/AzulImplementation/AzulApiJava)
4
+
5
+# Building and running the API
6
7
+```
8
+mvn clean package
9
+java -jar target/azulapi.jar <number of players (from 2 to 4)>
10
pom.xml
@@ -34,6 +34,7 @@
34
</dependencies>
35
36
<build>
37
+ <finalName>azulapi</finalName>
38
<plugins>
39
<plugin>
40
<groupId>org.springframework.boot</groupId>
0 commit comments