File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AzulApiJava
22
3- [ ![ codecov] ( https://codecov.io/gh/AzulImplementation/AzulApiJava/branch/main/graph/badge.svg )] ( https://codecov.io/gh/AzulImplementation/AzulApiJava )
4-
53## Using the API
64
75Download the jar file from [ https://github.com/AzulImplementation/AzulApiJava/releases ] ( releases ) .
86
97Execute: ` java -jar target/azulapi.jar <number of players (from 2 to 4)> ` .
108
11- # Running the API with Maven
9+ ## Running the API with Maven
1210
13- If you have Maven installed you can use: ` mvn spring-boot:run "-Dspring-boot.run.arguments=<number of players (from 2 to 4)>" `
11+ ` mvn spring-boot:run "-Dspring-boot.run.arguments=<number of players (from 2 to 4)>" `
1412
1513or:
1614
1715```
18- mvn clean package
16+ mvn package
1917java -jar target/azulapi.jar <number of players (from 2 to 4)>
20- ```
18+ ```
19+
20+ ## Running the tests with Maven
21+
22+ ``` mvn test ```
23+
24+ [ ![ codecov] ( https://codecov.io/gh/AzulImplementation/AzulApiJava/branch/main/graph/badge.svg )] ( https://codecov.io/gh/AzulImplementation/AzulApiJava )
You can’t perform that action at this time.
0 commit comments