Learn Spring Boot in 100 Steps – Beginner to Expert
Salepage : Learn Spring Boot in 100 Steps – Beginner to Expert
Arichive : Learn Spring Boot in 100 Steps – Beginner to Expert
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 functionalities
Basic 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 about
Basics of Spring Boot
Basics of Auto Configuration and Spring Boot Magic
Spring Boot Starter Projects
Spring Initializr
Basic REST Services using Spring Boot Starter Web
REST Service Content Negotiation with JSON and XML
Embedded servlet containers : Tomcat, Jetty and Undertow
Writing Unit and Integration tests using Spring Boot Starter Test
Profiles and Dynamic Configuration with Spring Boot
Spring Boot Data JPA
Spring Boot Actuator
Spring Security
Spring Boot Developer Tools and LiveReload
Here is a quick overview of different sections of the course:
Introduction to the Power of Spring Boot in 10 Steps
Develop a Todo Management Web Application with Spring Boot in 25 Steps
Introduction to Unit Testing with JUnit in 5 Steps
Introduction to Mocking with Mockito in 5 Steps
Advanced Features of Spring Boot in 28 Steps – We learn these developing a simple API for managing survey questionnaire.
Introduction to JPA in 10 Steps
Connecting our Todo Management Web Application to JPA in 8 Steps
Highlights
Web Application with Spring Boot in 33 Steps
Step 01: Part 1 Basic Spring Boot Web Application Setup
Step 01: Part 2 Pom.xml, Spring Boot Application and application properties
Step 02: Part 1 First Spring MVC Controller, @ResponseBody, @Controller
Step 02: Part 2 Understanding HTTP Request Flow
Step 03: Demystifying some of the Spring Boot magic
Step 04: Redirect to Login JSP – @ResponseBody and View Resolver
Step 05: Show userid and password on welcome page – ModelMap and @RequestParam
Step 06: DispatcherServlet and Spring MVC Flow
Step 07: Your First HTML form
Step 08: Add hard-coded validation of userid and password
Step 09: Magic of Spring
Step 10: Create TodoController and list-todos view. Make TodoService a @Service
Step 11: Architecture of Web Applications
Step 12: Session vs Model vs Request – @SessionAttributes
Step 13: Add new todo
Step 14: Display Todos in a table using JSTL Tags
Step 15: Bootstrap for Page Formatting using webjars
Step 16: Let’s delete a Todo
Step 17: Format Add Todo Page and Adding Basic HTML5 form validation
Step 18: Part 1 Validations with Hibernate Validator – Using Command Bean
Step 18: Part 2 Using JSR 349 Validations
Step 19: Updating a todo
Step 20: Let’s add a Target Date for Todo – Use initBinder to Handle Date Fields
Step 21: JSP Fragments and Navigation Bar
Step 22: Preparing for Spring Security
Step 23: Initial Spring Security Setup
Step 24: Refactor and add Logout Functionality using Spring Security
Step 25: Exception Handling
Step 26: Adding Dependencies for JPA and H2
Step 27: Configuring H2 Console
Step 28: Create Todo Entity and JPA Repository
Step 29: Insert Todo using JPA Repository
Step 30: Update, Delete and Retrieve Todos using JPA Repository
Step 31: Data initialization with data.sql
Step 32: Connecting JPA to other databases
Step 33: Upgrading to Spring Boot 2 and Spring 5
Spring Boot Deep Dive With a Small API
Step 01: Setup and Launch Spring Boot Application with Maven and Eclipse
Step 02: Creating your first RestController
Step 03: Understanding Spring Boot Magic : Spring Boot Starter Web
Step 04: Understanding Spring Boot Magic : Spring Boot Starter Parent
Step 05: Spring Boot vs Spring
Step 06: Create all Services for Survey and Questions
Step 07: What is REST? Creating REST Service with @GetMapping and @PathVariable
Step 08: Second REST Service to retrieve a specific question
Step 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 Services
Step 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 Undertow
Step 15: Adding Dynamic Configuration to your application : YAML & More..
Step 16: Basics of Profiles
Step 17: Advanced Application Configuration with Type Safe Configuration Properties
Step 18: Spring Boot Starter : Spring Data JPA with CommandLineRunner
Step 19: In Memory Database H2 Console and add a new JPA Repository Method
Step 20: Spring Boot Starter : Introduction to Spring Data Rest
Step 21: Spring Boot Integration Test
Step 22: Adding Integration Test for POST Request
Step 23: Small Refactoring to organise ourselves
Step 24: Writing Unit Tests with Spring Boot and Mockito
Step 25: Writing Unit test for createTodo
Step 26: Securing our services with Basic Authentication using Spring Security
Step 27: Configure Spring Security user roles for survey and other services
Step 28: A Deep Dive into Spring Boot Auto Configuration
Who is the target audience?
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
Course Curriculum
Introduction
Start00.Spring-Boot-Master-Class—Preview (2:12)
Start01.Spring-Boot-Master-Class—Course-Overview (2:13)
Start02.Spring-Boot-Master-Class—Git-Repository (2:24)
Start03.Spring-Boot-Master-Class—Installing-Tools (1:14)
Web Application with Spring Boot
StartSpring-Boot-Web-Application—Section-Introduction (1:35)
StartStep 01 01 – Basic Spring Boot Web Application Setup (9:06)
StartStep 01 02 – Understanding pom.xml, Spring Boot Application and application-properties (10:59)
StartStep 02 01 – First Spring MVC Controller, @ResponseBody, @Controller (14:46)
StartStep 02 02 – Understanding HTTP Request Flow (2:57)
StartStep 03 – Demystifying some of the Spring Boot magic (9:32)
StartStep 04 – Redirect to Login JSP – LoginController, @ResponseBody and View Resolver (8:02)
StartStep 05 – Show userid and password on the welcome page – ModelMap and @RequestParam (6:50)
StartStep 06 – DispatcherServlet and Spring MVC Flow (6:10)
StartStep 07 – Your First HTML form (9:19)
StartStep 08 – Add hard-coded validation of userid and password (10:42)
StartStep 09 – Magic of Spring (9:43)
StartStep 10 – Create TodoController and list-todos view. Make TodoService a @Service and inject it. (11:25)
StartStep 11 – Architecture of Web Applications (7:11)
StartStep 12 – Session vs Model vs Request – @SessionAttributes (8:33)
StartStep 13 – Add new todo (7:30)
StartStep 14 – Display Todos in a table using JSTL Tags (6:47)
StartStep 15 – Bootstrap for Page Formatting using webjars (10:38)
StartStep 16 – Let’s delete a Todo (5:36)
StartStep 17 – Format Add Todo Page and Adding Basic HTML5 form validation (4:57)
StartStep 18 01 – Introduce JSR 349 Validations using Hibernate Validator – Using Command Bean (10:40)
StartStep 18 02 – Implementing Validations (9:49)
StartStep 19 – Updating a todo (11:05)
StartStep 20 – Let’s add a Target Date for Todo – Use initBinder to Handle Date Fields (11:36)
StartStep 21 – JSP Fragments and Navigation Bar (9:57)
StartStep 22 – Preparing for Spring Security (6:34)
StartStep 23 – Initial Spring Security Setup (9:39)
StartStep 24 – Refactor and add Logout Functionality using Spring Security (10:04)
StartStep 25 – Exception Handling (7:52)
Spring Boot Deep Dive with a simple API
Start50.Spring-Boot-Advanced—Section-Introduction (1:42)
StartStep-01-Setup-and-Launch-Spring-Boot-Application-with-Maven-and-Eclipse-Part1 (8:36)
StartStep-01-Setup-and-Launch-Spring-Boot-Application-with-Maven-and-Eclipse-Part2 (10:49)
StartStep-02-Creating-your-first-RestController (12:00)
StartStep-02-Theory-Basics-of-Spring-Framework (8:41)
StartStep-03-Understanding-Spring-Boot-Magic-Spring-Boot-Starter-Web (12:19)
StartStep-04-Understanding-Spring-Boot-Magic-Spring-Boot-Starter-Parent (7:21)
StartStep-05-Spring-Boot-vs-Spring (10:33)
StartStep-06-Create-all-Services-for-Survey-and-Questions (8:07)
StartStep-07-Creating-REST-Service-with-@GetMapping-and-@PathVariable (13:26)
StartStep-07-Theory-Message-Converters-and-Introduction-to-REST (7:51)
StartStep-08-Second-REST-Service-to-retrieve-a-specific-question (7:02)
StartStep-09-Spring-Boot-Developer-Tools-and-LiveReload–Develop-faster! (5:56)
StartStep-10-Create-a-REST-Service-to-add-a-new-question-to-survey-with @PostMapping and Postman (16:42)
StartStep-11-Understand-Content-Negotiation.-Deliver-XML-Responses-from-the-REST-Services (6:40)
StartStep-12-Spring-Initializr–Create-Spring-Boot-Projects-on-the-fly! (6:13)
StartStep-13-Spring-Boot-Actuator-Monitor-your-Spring-Boot-applications! (11:34)
StartStep-14-Understanding-Embedded-servlet-containers–Switch-to-Jetty-or-Undertow (4:51)
StartStep-15-Adding-Dynamic-Configuration-to-your-application-YAML-and-More.. (13:06)
StartStep-16-Basics-of-Profiles (8:30)
StartStep-17-Advanced-Application-Configuration-with-Type-Safe-Configuration-Properties (11:53)
StartStep-18-Spring-Boot-Starter-Spring-Data-JPA-with-CommandLineRunner-Part1 (13:06)
StartStep-18-Spring-Boot-Starter-Spring-Data-JPA-with-CommandLineRunner-Part2 (9:59)
StartStep-19-In-Memory-Database-H2-Console-and-add-a-new-JPA-Repository-Method (7:41)
StartStep-20-Spring-Boot-Starter-Introduction-to-Spring-Data-Rest (9:52)
StartStep-21-Spring-Boot-Integration-Test-Part1 (10:38)
StartStep-21-Spring-Boot-Integration-Test-Part2 (16:49)
StartStep-22-Adding-Integration-Test-for-POST-Request (7:54)
StartStep-23-Small-Refactoring-to-organise-ourselves (3:51)
StartStep-24-Writing-Unit-Tests-with-Spring-Boot-and-Mockito-Part1 (7:57)
StartStep-24-Writing-Unit-Tests-with-Spring-Boot-and-Mockito-Part2 (9:10)
StartStep-25-Writing-Unit-test-for-createTodo (6:14)
StartStep-26-Securing-our-services-with-Basic-Authentication-using-Spring-Security (5:15)
StartStep-27-Configure-Spring-Security-user-roles-for-survey-and-other-services-Part1 (11:34)
StartStep-27-Configure-Spring-Security-user-roles-for-survey-and-other-services-Part2 (9:04)
StartStep-28-A-Deep-Dive-into-Spring-Boot-
Reviews
There are no reviews yet.