Spring Boot API Tutorial #5: Put Object

Опубликовано: 22 Апрель 2026
на канале: That Coding Guy
74
3

In this video we add a controller endpoint to facilitate putting (updating) a room object to our service and have the changes persist to our postgres data store.

We talk about RESTful best practices for puts, the correct HTTP status code for put requests, JSON, and use Postman to send requests to our service.

The work done in this video is on the "putting" branch of:
https://github.com/ThatCodingGuyHayes...