Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsingha authored Apr 28, 2020
1 parent 6a19c5e commit 4606c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Documentation
To connect the API with your database you need change the application.properties file.<br>

![application.properties file](https://github.com/rajsingha/SpringMVC-Mobile-App-Web-Services/blob/master/src/main/resources/application.properties)
[application.properties file](https://github.com/rajsingha/SpringMVC-Mobile-App-Web-Services/blob/master/src/main/resources/application.properties)

### application.properties file
1. Change the file according to your neeed
Expand All @@ -20,7 +20,7 @@ spring.datasource.url= <your databse url here>
### The basic functionalities of the API :
In the UserController.java [POST, GET, UPDATE, DELETE] functions are available.<br>

![UserController.java](https://github.com/rajsingha/SpringMVC-Mobile-App-Web-Services/blob/master/src/main/java/com/webservice/mobile/app/ui/controller/UserController.java)
[UserController.java](https://github.com/rajsingha/SpringMVC-Mobile-App-Web-Services/blob/master/src/main/java/com/webservice/mobile/app/ui/controller/UserController.java)
#### Login Function
```
@ApiOperation(value = "The Get User Details Web Service Endpoint",
Expand Down

0 comments on commit 4606c98

Please sign in to comment.