updating scs-100 tutorial

This commit is contained in:
Jay Ehsaniara
2021-05-14 20:06:18 -07:00
parent cd08bb2008
commit 3e66892087

View File

@@ -31,7 +31,7 @@ or give the full path)
```shell
java -jar scs-100-0.0.1-SNAPSHOT.jar
```![img.png](img.png)
```
the application starts to listen on port 8080. make sure that port is not occupied by any other app already, if is try
to pass the following parameter before `-jar` by adding `-Dserver.port=8081` as: