Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learn Spring Boot In 100 Steps: Beginner To Expert Tutorial

Posted By: ELK1nG
Learn Spring Boot In 100 Steps: Beginner To Expert Tutorial

Learn Spring Boot In 100 Steps: Beginner To Expert Tutorial
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 5.77 GB | Duration: 13h 51m

Become an expert on Spring Boot developing a REST API and a Spring MVC Web application using Maven in 100 steps

What you'll learn
You will learn the MAGIC of Spring Boot - Auto Configuration, Spring Initializr and Starter Projects
You will learn to develop RESTful web services with Spring Boot
You will learn to DEVELOP a Web Application connecting to JPA/Hibernate Step by Step with Spring MVC and Spring Boot
You will learn to use a wide variety of Spring Boot STARTER Projects - Spring Boot Web, Spring Boot Test, Spring Boot Data JPA, Spring Boot Data REST
You will understand Spring MVC IN DEPTH - DispatcherServlet , Model, Controllers and ViewResolver
You will understand how to make BEST USE of Spring Boot Actuator and Spring Boot Developer Tools
You will learn how to externalise application configuration using Spring Boot Profiles and Dynamic Configuration
You will understand and use the embedded servlet container options provided by Spring Boot - Tomcat, Jetty and Undertow
You will learn to write great Unit and Integration tests using Spring Boot Starter Test
You will understand the basics of developing a Web Application - POST, GET, HTTP, MVC Pattern
You will understand the basics of styling your web page using Bootstrap framework
Requirements
You should have working experience with Java and Annotations
We will help you install Eclipse and get up and running with Maven and Tomcat
Description
Spring Boot is the No 1 Java Framework for Building Microservices and REST API. Do you want to Learn the Magic of Spring Boot - Auto Configuration, Spring Initializr and Starter Projects? Do you want to build an Awesome Web Application connecting to a Database with JPA/Hibernate using Spring Boot?  Do you want to build a Basic REST API using Spring Boot? Look No Further!WHAT OUR LEARNERS ARE SAYING:5 STARS - This course was perfect not only for beginners but for experienced engineers such as myself trying to get up to speed on spring boot quickly. Thank you so much for the great material! Looking forward to taking another course from udemy and in28minutes!5 STARS - One of the best Spring Boot course!5 STARS - I found this course to be very thorough. Good balance of theory and hands-on coding. Every important aspect of Spring Boot is demonstrated by way of useful, almost production grade coding exercises, unit and integration testing. This course has everything you would require to get up and running as spring boot developer. I liked this course and recommend highly to anyone interested in learning about Spring Boot.5 STARS - This is the one of the best spring boot courses I have enrolled. Ranga Karan explains each and every bit and shows practically. I would recommend to anyone who wants to learn spring boot5 STARS - Great instructor!!5 STARS - I'm a beginner to Spring Boot framework, and I find this tutorial absolutely awesome! The instructor's lecture is crystal clear! Thanks for providing this tutorial!!!COURSE OVERVIEW:Spring Boot has a lot of magic going for it. Developing REST Services with Spring Boot is cool and fun. Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”. Most Spring Boot applications need very little Spring configuration.This course is now updated with new sections. Updated with Spring Boot 2 and Spring 5. In this course, you will learn the features of Spring Boot and Spring Boot Starter Projects with hands-on step by step approach developing:Basic Todo Management Java Application using Spring Boot with Login and Logout functionalitiesBasic REST Service to manage Survey Questionnaire You will get introduced to REST Services, Spring Security (Authentication and Authorization), Maven (dependencies management), Eclipse (IDE) and Tomcat Embedded Web Server. We will help you set up each one of these.You will learn about Spring Boot step by step - in more than 100 steps. This course would be a perfect first step as an introduction to Spring Boot.You will learn aboutBasics of Spring BootBasics of Auto Configuration and Spring Boot MagicSpring Boot Starter ProjectsSpring InitializrBasic REST Services using Spring Boot Starter WebREST Service Content Negotiation with JSON and XMLEmbedded servlet containers : Tomcat, Jetty and UndertowWriting Unit and Integration tests using Spring Boot Starter TestProfiles and Dynamic Configuration with Spring BootSpring Boot Data JPASpring Boot ActuatorSpring SecuritySpring Boot Developer Tools and LiveReloadHere is a quick overview of different sections of the course:Introduction to the Power of Spring Boot in 10 StepsDevelop a Todo Management Web Application with Spring Boot in 25 StepsIntroduction to Unit Testing with JUnit in 5 StepsIntroduction to Mocking with Mockito in 5 StepsAdvanced Features of Spring Boot in 28 Steps - We learn these developing a simple API for managing survey questionnaire.Introduction to JPA in 10 StepsConnecting our Todo Management Web Application to JPA in 8 StepsCOURSE HIGHLIGHTS:Web Application with Spring Boot in 33 StepsStep 01: Part 1 Basic Spring Boot Web Application SetupStep 01: Part 2 Pom.xml, Spring Boot Application and application propertiesStep 02: Part 1 First Spring MVC Controller, @ResponseBody, @ControllerStep 02: Part 2 Understanding HTTP Request FlowStep 03: Demystifying some of the Spring Boot magicStep 04: Redirect to Login JSP - @ResponseBody and View ResolverStep 05: Show userid and password on welcome page - ModelMap and @RequestParamStep 06: DispatcherServlet and Spring MVC FlowStep 07: Your First HTML formStep 08: Add hard-coded validation of userid and passwordStep 09: Magic of SpringStep 10: Create TodoController and list-todos view. Make TodoService a @ServiceStep 11: Architecture of Web ApplicationsStep 12: Session vs Model vs Request - @SessionAttributesStep 13: Add new todoStep 14: Display Todos in a table using JSTL TagsStep 15: Bootstrap for Page Formatting using webjarsStep 16: Let's delete a TodoStep 17: Format Add Todo Page and Adding Basic HTML5 form validationStep 18: Part 1 Validations with Hibernate Validator - Using Command BeanStep 18: Part 2 Using JSR 349 ValidationsStep 19: Updating a todoStep 20: Let's add a Target Date for Todo - Use initBinder to Handle Date FieldsStep 21: JSP Fragments and Navigation BarStep 22: Preparing for Spring SecurityStep 23: Initial Spring Security SetupStep 24: Refactor and add Logout Functionality using Spring SecurityStep 25: Exception HandlingStep 26: Adding Dependencies for JPA and H2Step 27: Configuring H2 ConsoleStep 28: Create Todo Entity and JPA RepositoryStep 29: Insert Todo using JPA RepositoryStep 30: Update, Delete and Retrieve Todos using JPA RepositoryStep 31: Data initialization with data.sqlStep 32: Connecting JPA to other databasesStep 33: Upgrading to Spring Boot 2 and Spring 5Spring Boot Deep Dive With a Small APIStep 01: Setup and Launch Spring Boot Application with Maven and EclipseStep 02: Creating your first RestControllerStep 03: Understanding Spring Boot Magic : Spring Boot Starter WebStep 04: Understanding Spring Boot Magic : Spring Boot Starter ParentStep 05: Spring Boot vs SpringStep 06: Create all Services for Survey and QuestionsStep 07: What is REST? Creating REST Service with @GetMapping and @PathVariableStep 08: Second REST Service to retrieve a specific questionStep 09: Spring Boot Developer Tools and LiveReload : Develop faster!Step 10: Create a REST Service to add a new question to survey : @PostMapping, Postman Step 11: Understand Content Negotiation. Deliver XML Responses from the REST ServicesStep 12: Spring Initializr : Create Spring Boot Projects on the fly!Step 13: Spring Boot Actuator : Monitor your Spring Boot applications!Step 14: Understanding Embedded servlet containers : Switch to Jetty or UndertowStep 15: Adding Dynamic Configuration to your application : YAML & More..Step 16: Basics of ProfilesStep 17: Advanced Application Configuration with Type Safe Configuration PropertiesStep 18: Spring Boot Starter : Spring Data JPA with CommandLineRunnerStep 19: In Memory Database H2 Console and add a new JPA Repository MethodStep 20: Spring Boot Starter : Introduction to Spring Data RestStep 21: Spring Boot Integration TestStep 22: Adding Integration Test for POST RequestStep 23: Small Refactoring to organise ourselvesStep 24: Writing Unit Tests with Spring Boot and MockitoStep 25: Writing Unit test for createTodoStep 26: Securing our services with Basic Authentication using Spring SecurityStep 27: Configure Spring Security user roles for survey and other servicesStep 28: A Deep Dive into Spring Boot Auto ConfigurationStart Learning Now. Hit the Enroll Button!

Overview

Section 1: Introduction

Lecture 1 Spring Boot Master Class - Preview

Lecture 2 Congratulations

Lecture 3 One Thing You Should Do

Lecture 4 Spring Boot Master Class - Course Overview

Lecture 5 Spring Boot Master Class - Git Repository

Lecture 6 Spring Boot Master Class - Installing Basic Tools

Section 2: Web Application with Spring Boot

Lecture 7 Step 0 : Web Application with Spring Boot - Section Introduction

Lecture 8 IMPORTANT - Bookmark the Github Folder for this Section

Lecture 9 Step 01: Part 1 Basic Spring Boot Web Application Setup

Lecture 10 Step 01: Part 2 Pom.xml, Spring Boot Application and application properties

Lecture 11 Step 02: Part 1 First Spring MVC Controller, @ResponseBody, @Controller

Lecture 12 Fastest Approach to Solve All Your Exceptions

Lecture 13 Step 02: Part 2 Understanding HTTP Request Flow

Lecture 14 Step 03: Demystifying some of the Spring Boot magic

Lecture 15 Course Update: Change in JSP folder for Recent Spring Versions

Lecture 16 Step 04: Redirect to Login JSP - @ResponseBody and View Resolver

Lecture 17 Step 05: Show userid and password on welcome page - ModelMap and @RequestParam

Lecture 18 Step 06: DispatcherServlet and Spring MVC Flow

Lecture 19 Step 07: Your First HTML form

Lecture 20 Step 08: Add hard-coded validation of userid and password

Lecture 21 Step 09: Magic of Spring

Lecture 22 Step 10: Create TodoController and list-todos view. Make TodoService a @Service

Lecture 23 Step 11: Architecture of Web Applications

Lecture 24 Step 12: Session vs Model vs Request - @SessionAttributes

Lecture 25 Step 13: Add new todo

Lecture 26 Step 14: Display Todos in a table using JSTL Tags

Lecture 27 Step 15: Bootstrap for Page Formatting using webjars

Lecture 28 Step 16: Let's delete a Todo

Lecture 29 COURSE UPDATE: Use modelAttribute instead of commandName

Lecture 30 Step 17: Format Add Todo Page and Adding Basic HTML5 form validation

Lecture 31 COURSE UPDATE : Add dependency spring-boot-starter-validation

Lecture 32 Step 18: Part 1 Validations with Hibernate Validator - Using Command Bean

Lecture 33 Step 18: Part 2 Using JSR 349 Validations

Lecture 34 Step 19: Updating a todo

Lecture 35 Step 20: Let's add a Target Date for Todo - Use initBinder to Handle Date Fields

Lecture 36 Step 21: JSP Fragments and Navigation Bar

Lecture 37 Step 22: Preparing for Spring Security

Lecture 38 COURSE UPDATE : Spring Security

Lecture 39 Step 23: Initial Spring Security Setup

Lecture 40 Step 24: Refactor and add Logout Functionality using Spring Security

Lecture 41 Step 25: Exception Handling

Section 3: Introduction to JUnit in 5 Steps

Lecture 42 Step 0 : JUnit in 5 Steps - Section Introduction

Lecture 43 Step 1 : What is JUnit and Unit Testing?

Lecture 44 Step 2 : First JUnit Project and Green Bar

Lecture 45 Step 3 : First Code and First Unit Test

Lecture 46 Step 4 : Other assert methods

Lecture 47 Step 5 : Important annotations

Section 4: Introduction to Mockito in 5 Steps

Lecture 48 Step 0 : Mockito in 5 Steps - Section Introduction

Lecture 49 Step 1 : Setting up an example using http://start.spring.io

Lecture 50 Step 2 : Using Stubs - Disadvantages

Lecture 51 Step 3 : Your first Mock

Lecture 52 Step 4 : Using Mockito Annotations - @Mock, @InjectMocks, @RunWith(MockitoJUnitR

Lecture 53 Step 5 : Mocking List interface

Section 5: Spring Boot Deep Dive with a simple API

Lecture 54 Section Introduction - Spring Boot Deep Dive with a simple API

Lecture 55 IMPORTANT : Bookmark Your Github Folder

Lecture 56 Step 01: Setup and Launch Spring Boot Application with Maven and Eclipse

Lecture 57 Step 01:Part 2 - Setup and Launch Spring Boot Application with Maven and Eclipse

Lecture 58 Step 02: Creating your first RestController

Lecture 59 Step 02: Theory : Basics of Spring Framework

Lecture 60 Step 03: Understanding Spring Boot Magic : Spring Boot Starter Web

Lecture 61 Step 04: Understanding Spring Boot Magic : Spring Boot Starter Parent

Lecture 62 Step 05: Spring Boot vs Spring

Lecture 63 Step 06: Create all Services for Survey and Questions

Lecture 64 Step 07: Creating REST Service with @GetMapping and @PathVariable

Lecture 65 Step 07: Theory - Message Converters and Introduction to REST

Lecture 66 Step 08: Second REST Service to retrieve a specific question

Lecture 67 Step 09: Spring Boot Developer Tools and LiveReload : Develop faster!

Lecture 68 Step 10: Create a Service to add a new question to survey :@PostMapping, Postman

Lecture 69 Step 11: Understand Content Negotiation. Deliver XML Responses.

Lecture 70 Step 12: Spring Initializr : Create Spring Boot Projects on the fly!

Lecture 71 Step 13: Spring Boot Actuator : Monitor your Spring Boot applications!

Lecture 72 Step 14: Understanding Embedded servlet containers : Switch to Jetty or Undertow

Lecture 73 Step 15: Adding Dynamic Configuration to your application : YAML and More..

Lecture 74 Step 16: Basics of Profiles

Lecture 75 Step 17: Advanced Application Configuration - Type Safe Configuration Properties

Lecture 76 Step 18: Spring Boot Starter : Spring Data JPA with CommandLineRunner

Lecture 77 Step 18: Spring Boot Starter : Spring Data JPA with CommandLineRunner Part 2

Lecture 78 COURSE UPDATE : H2 Database URL

Lecture 79 Step 19: In Memory Database H2 Console and add a new JPA Repository Method

Lecture 80 Step 20: Spring Boot Starter : Introduction to Spring Data Rest

Lecture 81 Step 21: Spring Boot Integration Test

Lecture 82 Step 21: Spring Boot Integration Test Part 2

Lecture 83 Step 22: Adding Integration Test for POST Request

Lecture 84 Step 23: Small Refactoring to organise ourselves

Lecture 85 Step 24: Writing Unit Tests with Spring Boot and Mockito

Lecture 86 Step 24: Writing Unit Tests with Spring Boot and Mockito Part 2

Lecture 87 Step 25: Writing Unit test for Create Survey Question

Lecture 88 Step 26: Securing our services with Basic Authentication using Spring Security

Lecture 89 COURSE UPDATE : Security Config

Lecture 90 Step 27: Configure Spring Security user roles for survey and other services

Lecture 91 Disabling Security for 2.2.0.RELEASE in Unit Tests needs a small change

Lecture 92 Step 27: Configure Spring Security user roles - Part 2

Section 6: Introduction to JPA With Spring Boot in 10 Steps

Lecture 93 Step 0 : JPA with Spring Boot in 10 Steps - Section Introduction

Lecture 94 Step 1 : Object Relational Impedence Mismatch

Lecture 95 Step 2 : World before JPA - JDBC, Spring JDBC and myBatis

Lecture 96 Step 3 : Introduction to JPA

Lecture 97 Step 4 : Creating a JPA Project using Spring Initializr

Lecture 98 COURSE UPDATE : H2 Database URL

Lecture 99 Step 5 : Defining a JPA Entity - User

Lecture 100 Step 6 : Defining a Service to manage the Entity - UserService and EntityManager

Lecture 101 Step 7 : Using a Command Line Runner to save the User to database

Lecture 102 Step 8 : Magic of Spring Boot and In Memory Database H2

Lecture 103 Step 9 : Introduction to Spring Data JPA

Lecture 104 Step 10 : More JPA Repository : findById and findAll

Section 7: Connecting Web Application with JPA

Lecture 105 Section Introduction - Connecting Web Application with JPA

Lecture 106 Step 26: Adding Dependencies for JPA and H2

Lecture 107 COURSE UPDATE : H2 Database URL

Lecture 108 Step 27: Configuring H2 Console

Lecture 109 Step 28: Create Todo Entity and JPA Repository

Lecture 110 COURSE UPDATE : SPRING DATA JPA updates

Lecture 111 Step 29: Insert Todo using JPA Repository

Lecture 112 Step 30: Update, Delete and Retrieve Todos using JPA Repository

Lecture 113 Step 31: Data initialization with data.sql

Lecture 114 Step 32: Connecting JPA to other databases

Lecture 115 Step 33: Upgrading to Spring Boot 2 and Spring 5

Section 8: Congratulations

Lecture 116 Bonus Lecture

Lecture 117 Congratulations!

Section 9: Appendix - First 10 Steps in Spring (NOW 17 STEPS)

Lecture 118 Step 01 - Getting Started with Spring Framework - Goals

Lecture 119 Step 02 - Understanding Iterations for Implementing Game Runner

Lecture 120 Step 03 - Setting up New Spring Project with Spring Initializr

Lecture 121 Step 04 - Iteration 1 - Building Tightly Coupled GameRunner and MarioGame

Lecture 122 Step 05 - Iteration 2 - Loose Coupling Level 1 - Interfaces

Lecture 123 Step 06 - Iteration 3 - Loose Coupling Level 2 - Spring Framework

Lecture 124 Step 07 - Q1 - Spring Framework - Understanding whats happending in the Backgrou

Lecture 125 Step 08 - Q2 - Spring Framework - Understanding Important Terminology

Lecture 126 Step 09 - Q3 - 01 - Spring Framework - Does Spring Framework Add Value_

Lecture 127 Step 10 - Q3 - 02 - Spring Framework - Implementing a Flow across Layers

Lecture 128 Step 11 - Q3 - 03 - Spring Framework - Implementing a Flow across Layers

Lecture 129 Step 12 - Q4 - Spring Framework - Running Super Contra

Lecture 130 Step 13 - Q5 - Spring Framework - Maven

Lecture 131 Step 14 - Exploring Spring Framework Dependency Injection Types

Lecture 132 Step 15 - Exploring Spring Modules

Lecture 133 Step 16 - Exploring Spring Projects

Lecture 134 Step 17 - Getting Started with Spring Framework - Review

You would like to understand the magic of Spring Boot,You are looking forward to develop you first RESTful API with Spring Boot,You are looking forward to develop you first Web Application with Spring MVC and Spring Boot,You are a experienced developer new to Spring Boot and want to discover what the hype is about