Slide 58
Slide 58 text
GregLTurnquist.com/springone2020
{
"id": 0,
"firstName": "Frodo",
"lastName": "Baggins",
"role": "ring bearer",
"name": "Frodo Baggins",
"_links": {
"self": {
"href": "http://localhost:8080/rest/employees/0"
},
"employees": {
"href": "http://localhost:8080/rest/employees"
}
},
…
So you can do this!
6
● New clients