We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fee945 commit 9d8f6b3Copy full SHA for 9d8f6b3
sboot-rest-springdata/README.md
@@ -12,6 +12,7 @@ http://localhost:6060/ </br>
12
13
#### Add products (POST method)
14
http://localhost:6060/products
15
+
16
``` json
17
{
18
"id": "100",
@@ -34,18 +35,22 @@ http://localhost:6060/products
34
35
"price": "45000"
36
}
37
```
38
39
#### Retrieve products (GET method)
-http://localhost:6060/products/
40
+http://localhost:6060/products/ </br>
41
http://localhost:6060/products/100
42
43
#### Update products (PUT method)
44
45
46
+``` json
47
48
"id": "300",
49
"name": "LG AC100 update",
50
"type": "AC",
51
"price": "45"
52
53
54
55
#### Delete products (DELETE method)
56
0 commit comments