You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ but for that you should have sonar install and started in your system and settin
31
31
You can ignore above two commands if you just want the okhttp client.
32
32
33
33
## 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
35
35
```Java Properties
36
-
server.port=8081
36
+
server.port=8080
37
37
```
38
38
Once it is done , you can start the application.
39
39
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