Thank you! I checked 5 different sources until I finally understood the @RequestBody annotation through your video.
if i understand correctly. 1. Model Class is used to read data and store data? 2. PostMapping is used to create a source? 3. Request Body is used to receive a bundle or a data to from the http request? am i right?
@Sulayman_Solomon