SpringBoot API Tutorial #4: Post a New Object

Опубликовано: 23 Март 2026
на канале: That Coding Guy
444
14

In this video we add a controller endpoint to facilitate posting a new room object to our service and have it persist to our postgres data store.

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

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