Skip to content

Commit 38bc5aa

Browse files
authored
Update README.md
1 parent a7b82ea commit 38bc5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ but for that you should have sonar install and started in your system and settin
3131
You can ignore above two commands if you just want the okhttp client.
3232

3333
## Usage
34-
Once maven build is successful, the application will run on default port of `8080`. You can change it by changing the entry inside resources/application.properties as below
34+
Once maven build is successful, the application will run on default port of `8080`. You can change it by changing/creating the entry inside resources/application.properties as below
3535
```Java Properties
36-
server.port=8081
36+
server.port=8080
3737
```
3838
Once it is done , you can start the application.
3939
From here you can either go to swagger documentation or use postman to hit the request. Below is the url for swagger documentation

0 commit comments

Comments
 (0)