Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Getting Started with Spring Boot 2
Rating: 4.1 out of 5(517 ratings)
3,183 students

Getting Started with Spring Boot 2

Start building Spring Framework 5 & Spring Boot 2 applications today!
Created byDan Vega
Last updated 3/2022
English

What you'll learn

  • The new features in Spring Boot 2 and Spring Framework 5
  • Spring MVC
  • Spring Security & Thymeleaf
  • Spring Data JPA
  • Spring Boot Essentials

Course content

16 sections103 lectures12h 56m total length
  • Course Introduction4:00

    In this introduction we are going to discuss what you can expect from this course. I will give you a brief intro to who I am and why I am so passionate about what I do.

  • Goals for this course7:24

    In this lesson we are going to discuss what our goals are for the course. We will define who this course is for and more importantly who this course isn't for.

  • Development Environment Setup10:27

    In this lesson we are going to make sure that we all have our development environment setup correctly. All the links for the resources we discuss in this lesson will be in the documentation. You haven't seen the docs yet but we will discuss this in an upcoming lesson.

  • Spring Framework vs Spring Boot13:32

    Many students get confused about what the Spring Framework is used for vs why we need Spring Boot. In this lesson I will try and answer those questions.

  • Course Resources Update2:22

    The course resources update informs students about changed resource locations, including the new danveiga.dev blog and updated documentation, plus the spring docs and templates repositories on GitHub.

  • Course Documentation4:52

    I have spent a lot of time writing documentation for this course and I really hope it pays off. I will include a link to the github repository in the additional resources. Every single thing we are going to talk about is in the documentation.

Requirements

  • Experience with the Java Programming Language
  • Experience Building Web Applications

Description

This course offers hands-on experience building Spring Framework applications using Spring Boot. The first thing that is going to stand out is that we are going to move away from the boring, non-useful demos. In the new course, we are going to build a practical application from start to finish.

While we are creating this application together we will take a look at some of the new features Spring Framework 5 & Spring Boot 2 have to offer. By taking this course you will have the latest skills that you need to build real applications using the Spring Framework.


What is Spring Boot?

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

Spring Boot takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.


Build anything with Spring Boot

Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed to get you up and running as quickly as possible, with minimal upfront configuration of Spring.

  • Get started in seconds using Spring Initializr

  • Build anything - REST API, WebSocket, Web, Streaming, Tasks, and more

  • Simplified Security

  • Rich support for SQL and NoSQL

  • Embedded runtime support - Tomcat, Jetty, and Undertow

  • Developer productivity tools such as live reload and auto restart

  • Curated dependencies that just work

  • Production-ready features such as tracing, metrics and health status

  • Works in your favorite IDE - Spring Tool Suite, IntelliJ IDEA and NetBeans

Who this course is for:

  • Java Developer - You should be familiar with the Java Programming language. You don't need to be a rockstar (I certainly am not) but you should have an intermediate understanding.
  • Web Developer - While you don't need to know Spring to get started you should have some experience building web applications. If you have experience using another MVC framework that's even better but it's not required.
  • Heard of Spring - You don't need prior experience with Spring but if you have at least heard of it and understand what it is that will help you out.
  • New Features - You are interested in seeing some of the new features in Spring Framework 5 and Spring Boot 2.