Skip to content

Commit 57e0b1d

Browse files
committed
update: updated README.md
1 parent 88d90b3 commit 57e0b1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Example project demonstrating the use of Java and Spring-boot to build a microse
33

44
## Running locally
55
```
6-
./mvnw clean package
6+
mvn clean install -DskipTests=true
7+
```
8+
9+
```
710
java -jar target/Banking-0.0.1.jar
811
```
912

0 commit comments

Comments
 (0)