Skip to content

Commit cc42eca

Browse files
committed
Update readme file
1 parent 7f466d0 commit cc42eca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ In case you want to use a different database name, follow the next steps:
6565
6666
## Build project
6767
68-
Build the application using the following **Maven** command:
68+
Build the application using the following **maven wrapper** command:
6969
```
70-
mvn package
70+
./mvnw clean package
7171
```
7272
In case you want to use this project as a dependency in other
7373
projects locally, use the following command:
7474
```
75-
mvn install
75+
./mvnw clean install
7676
```
7777
Each of these commands will create an executable ```.jar``` file at ```targer``` directory.
7878
@@ -82,9 +82,9 @@ After packaging the application into an executable ```.jar``` file, you can star
8282
```
8383
java -jar target/warehouse-0.0.1.jar
8484
```
85-
Alternatively, you can start the server without packaging, using the Maven plugin by running the following command:
85+
Alternatively, you can start the server without packaging, by running the following command:
8686
```
87-
mvn spring-boot:run
87+
./mvnw spring-boot:run
8888
```
8989
The server will start running at http://localhost:8080.
9090

0 commit comments

Comments
 (0)