Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Spring Boot the Easy Way!
Rating: 4.2 out of 5(434 ratings)
12,989 students

Learn Spring Boot the Easy Way!

Learn Spring Boot the Easy Way, with example and Interview questions..
Last updated 8/2020
English

What you'll learn

  • What is spring boot?
  • what does spring boot do?
  • Spring boot starter dependencies
  • Auto-configuration
  • Spring boot initializer
  • Spring tool suite
  • spring boot in eclipse
  • Spring boot example
  • Embedded servers
  • Fat Jar, Self contained jar, Runnable jar
  • Installing JDK & Maven
  • Understanding Maven Dependencies

Course content

1 section16 lectures56m total length
  • Course Introduction1:24

    Learn springboard basics, its purpose and what it does, with an elegant example. Prepare with maven features, dependencies, and configuration, set up enrollment, and add springboard to your resume.

  • Pre-Requisites1:18

    Learn Spring Boot the easy way by covering prerequisites like installing Derek, setting up Java and Maven, and a quick overview of Spring features to introduce Springboard.

  • Your rating matters and will encourage me!0:15
  • Join my exclusive Facebook group [Get your questions answered]0:04
  • Installing JDK3:01

    Install the JDK by downloading the installer, then set JAVA_HOME and PATH to the JDK bin directory, verify with java -version, and configure your IDE to use that JDK.

  • Installing Maven2:56

    Learn how to install maven, set the maven home and path, and verify the setup, then use maven within Eclipse to create and run Springboard projects.

  • Maven Features6:30

    Explore Maven features by creating a Maven project in Eclipse, learn artifacts and coordinates, and use the dependency tag to manage libraries from the central repository and update the project.

  • Notes! (If you'd like written version of this tutorial!)0:01
  • Spring Boot Introduction4:46

    Springboard extends the Spring framework to automate dependency management, server and database setup, and configuration, letting developers focus on writing the application logic.

  • Creating Spring Boot Project With STS Initializr8:14

    Install the spring tools suite in eclipse, create a spring boot project with maven, select dependencies like tomcat, and understand fat jar packaging for running the app.

  • Understanding spring boot project5:46

    Discover how a Spring Boot project organizes code and resources, manages transitive dependencies via a parent pom, and uses the Spring Boot Maven plugin to build a runner fat jar.

  • Understanding the internals8:10

    Select and integrate FreeMarker as the template engine for a Spring Boot app, add the dependency, and run a maven update so the dispatcher can render index.ftl with model data.

  • How spring boot works and creating Jar8:14

    Learn how Spring Boot uses annotations, auto configuration, and component scanning to bootstrap an application context, package as a jar, and launch a standalone application.

  • Subscribe to my YouTube channel and stay updated!0:07
  • Spring Boot Features Revised5:00

    Explore how Springboard simplifies Spring Boot development by auto configuring, using single starter dependencies, and running on an embedded server to deliver standalone, production-grade applications with minimal setup.

  • [Bonus] Webinar & Free Access to Other Courses!0:31

Requirements

  • Some knowledge on Java programming
  • Willingness to learn!

Description

Spring Boot makes it easy to create production-grade stand-alone Spring based Applications that you can "just run". But wait!! What does that even mean? Well, if you have the question, you must watch this video. In this video we will explore the following topics


I challenge you!

You've been hearing about Spring Boot, but you didn't quite understand what it is, it's purpose, the problem it solves, the features it offers, etc.. Well, this course will bring you clarity on the same.

Spring boot is now a 'Must Know' skill for pros. All the corporations are moving from Monolithic architecture to Microservices and Spring Boot, by far the best technology!


Watch this mini course completely and you no longer have to waste time, trying to understand it!

you will learn..


What is spring boot?

what does spring boot do?

Spring boot starter dependencies

Auto-configuration

Spring boot initializer

Spring tool suite

spring boot in eclipse

Spring boot example

Embedded servers

Fat Jar, Self contained jar, Runnable jar

Installing JDK & Maven

Understanding Maven Dependencies


Note : This course is intended for beginners to get started with spring boot!

Who this course is for:

  • Anyone who want to learn Spring Boot