https://github.com/neimat1/rest-service
https://github.com/neimat1/rest-service
java rest-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neimat1/rest-service
- Owner: Neimat1
- Created: 2022-11-26T23:11:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T23:25:07.000Z (over 2 years ago)
- Last Synced: 2025-01-25T09:42:07.921Z (5 months ago)
- Topics: java, rest-client
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rest-Service
This task about Customer map that we can add, update, delete customer to map or show all customers.### To run The project:
* Write the next commands in terminal
```
git clone https://github.com/Neimat1/Rest-Service.git
```
* Open Rest-Service folder in Intellij Idea
* In terminal write
```
mvn clean install
```
* Open Tomcate and deploy the war file
* Open anybrowser or Postman to use any endpoint to test the task##### Notes:
* Tomcat version 10
* JDK 11
* basic path http://localhost:8080/RestServiceTask/webapi/#### Resources:
* https://mkyong.com/webservices/jax-rs/restful-java-client-with-jersey-client/
* http://javainsimpleway.com/restful-java-client-with-jersey-client-and-server/