Skip to content

Commit 6c6cf2a

Browse files
author
jetsaii
committed
Update README
1 parent 685caae commit 6c6cf2a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,18 @@ First clone the repository onto your local machine.
5252

5353
Maven must be installed to run the following commands.
5454

55+
#### `mvn clean`
56+
57+
Removes all files generated by the previous build.
58+
5559
#### `mvn package`
5660

5761
Builds the project (while also running all of the tests).
5862

5963
#### `mvn spring-boot:run`
6064

61-
Serves the Tomcat servlet container on http://localhost:8080.
65+
Serves the Apache Tomcat servlet container on http://localhost:8080.
6266

63-
#### `mvn -Dtest=leetcode.api.*Tests test`
67+
#### `mvn test`
6468

6569
Runs all the tests.

0 commit comments

Comments
 (0)