This is Part 2 of the Complete Project Series. More coming up soon. Subscribe and like to stay updated with my latest releases
We are building a challenge application using Java Spring Boot 3. This video covers Postman, GetMapping, Postmapping.
Get started with Spring Boot using Intellij Idea 2023 version in this series. This project-based tutorial is for beginners and teaches you how to start building Spring Boot REST APIs using Java Spring Boot Framework.
This video is a part of the monthly challenge app that we are going to build.
I am working on a complete "SPRING BOOT MICROSERVICES 2023" course that teaches you Spring Boot With Docker and Kubernetes. Interested to know when I launch? Sign up here for updates: https://embarkx.ck.page/83897a9d11
Learn more from me and enroll at: https://embarkx.com/
Talk to me and join the exclusive community of Learners and Developers that help each other: https://bit.ly/embarkx-joind
My Full Intellij Idea course for 2023 available at 90% discount : https://bit.ly/3GX8Doi
Learn Java using Intellij available at 90% discount: https://bit.ly/3LGVOB9
00:00 : Introduction
00:30 : What are we building?
00:54 : Understanding Spring Boot Project Structure
03:15 : pom.xml
04:49 : Creating a Controller
05:47 : Creating Challenge class
07:27 : Creating GET request to get all challenges
11:00 : Running our application for first time
15:50 : Spring Boot behind the scenes
21:00 : POST request to add new challenges
25:08 : Postman
27:49 : Creating POST request in Postman