Spring Boot is the hugely popular framework for developing Java applications in the enterprise space. In this course you will learn how to use this powerful framework to quickly develop applications in just few minutes rather than spending days configuring your application before starting writing code that matters.
Follow your instructor Nelson, as he will teach you how to write an N Tier enterprise application backed by a Postgres Database. You will also learn important concepts such as Restful API's, Dependency Injection, parsing JSON objects, POST, GET, PUT, and DELETE HTTP Requests and more.
Your Instructor
Hello World. I am Nelson! I am a passionate Software Engineer and YouTuber teaching and helping thousands of people around the world how to code or how to become professional software engineers through my YouTube channel and online courses.
My mission is to make coding and programming concepts as easy to understand to everyone. My journey was not easy and I truly want to help you to become the best your can possible and believe the everything is possible.
Happy Coding
Course Curriculum
-
StartQuick word before we begin (1:07)
-
StartSpring Boot Overview (1:35)
-
StartProject Overview (0:39)
-
StartSpring Initializr (3:32)
-
StartOpen project with IntelliJ (2:18)
-
StartStarting the Server (3:28)
-
StartA simple api with Spring Boot (3:57)
-
StartStudent Class (5:07)
-
StartApi Layer (3:14)
-
StartBusiness Layer (2:24)
-
StartDependency Injection (3:34)
-
StartProperties File (3:23)
-
StartCreating and Connecting to Database (3:27)
-
StartJPA and @Entity (2:41)
-
StartStudent Table in Action (3:12)
-
StartQuick Word on Databases (1:37)
-
StartJPA Repository (4:40)
-
StartSaving Students (6:23)
-
Start@Transient (4:06)
-
StartPost Mapping (4:54)
-
StartWriting Some Business Logic (4:37)
-
StartTesting Post Request (2:47)
-
StartDeleting Students (5:52)
-
StartExercise (1:15)
-
StartExercise Solution (3:56)
-
StartTesting (2:41)
-
StartPackaging and Running the application (5:05)
-
StartNext steps (1:51)