File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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```
7272In case you want to use this project as a dependency in other
7373projects locally, use the following command:
7474```
75- mvn install
75+ ./mvnw clean install
7676```
7777Each 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```
8383java -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```
8989The server will start running at http://localhost:8080.
9090
You can’t perform that action at this time.
0 commit comments