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 3 In 100 Steps - No 1 Java Framework

Posted By: Sigha
Learn Spring Boot 3 In 100 Steps - No 1 Java Framework

Learn Spring Boot 3 In 100 Steps - No 1 Java Framework
Last updated 6/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.58 GB | Duration: 15h 27m

Java Spring Boot Framework in 100 steps - Build a REST API and a Web application with Java, JPA, SpringBoot and Maven

What you'll learn
Learn Spring Boot 3 - LATEST version of Spring Boot Framework
Build Web Application and REST API with Spring Boot
Learn MAGIC of Spring Boot - Auto Configuration, Spring Initializr and Starter Projects
Connect to a Database using JPA/Hibernate and Spring Boot
You will learn to write great Unit and Integration tests using Spring Boot Starter Test
Spring Boot STARTER Projects - Spring Boot Web, Spring Boot Test, Spring Boot Data JPA, Spring Boot Data REST
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 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
UPDATE:  Complete course re-recorded with Spring Boot 3! YEAH!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 SpringBoot? 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 ToolsHere 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 StepsCOURSE HIGHLIGHTS:Web Application with Spring Boot Step 01 - Creating Spring Boot Web Application with Spring InitializrStep 02 - Quick overview of Spring Boot ProjectStep 03 - First Spring MVC Controller, @ResponseBody, @ControllerStep 04 - Enhancing Spring MVC Controller to provide HTML responseStep 05 - Redirect to a JSP using Spring Boot - Controller, @ResponseBody and View ResolverStep 06 - Exercise - Creating LoginController and login viewStep 07 - Quick Overview - How does web work - Request and ResponseStep 08 - Capturing QueryParams using RequestParam and First Look at ModelStep 09 - Quick Overview - Importance of Logging with Spring BootStep 10 - Understanding DispatcherServlet, Model 1, Model 2 and Front ControllerStep 11 - Creating a Login FormStep 12 - Displaying Login Credentials in a JSP using ModelStep 13 - Add hard-coded validation of userid and passwordStep 14 - Getting started with Todo Features - Creating Todo and TodoServiceStep 15 - Creating first version of List Todos PageStep 16 - Understanding Session vs Model vs Request - @SessionAttributesStep 17 - Adding JSTL to Spring Boot Project and Showing Todos in a TableStep 18 - Adding Bootstrap CSS framework to Spring Boot Project using webjarsStep 19 - Formatting JSP pages with Bootstrap CSS frameworkStep 20 - Lets Add a New Todo - Create a new ViewStep 21 - Enhancing TodoService to add the todoStep 22 - Adding Validations using Spring Boot Starter ValidationStep 23 - Using Command Beans to implement New Todo Page ValidationsStep 24 - Implementing Delete Todo Feature - New ViewStep 25 - Implementing Update Todo - 1 - Show Update Todo PageStep 26 - Implementing Update Todo - 1 - Save changes to TodoStep 27 - Adding Target Date Field to Todo PageStep 28 - Adding a Navigation Bar and Implementing JSP FragmentsStep 29 - Preparing for Spring SecurityStep 30 - Setting up Spring Security with Spring Boot Starter SecurityStep 31 - Configuring Spring Security with Custom User and Password EncoderStep 32 - Refactoring and Removing Hardcoding of User IdStep 33 - Setting up a New User for Todo ApplicationStep 34 - Adding Spring Boot Starter Data JPA and Getting H2 database readyStep 35 - Configuring Spring Security to Get H2-console WorkingStep 36 - Making Todo an Entity and Population Todo Data into H2Step 37 - Creating TodoRepository and Connecting List Todos page from H2 databaseStep 38 - Connecting All Todo App Features to H2 DatabaseStep 39 - OPTIONAL - Overview of Connecting Todo App to MySQL databaseStep 40 - OPTIONAL - Installing DockerStep 41 - OPTIONAL - Connecting Todo App to MySQL databaseSpring Boot Deep Dive With a Small APIStep 01 - Quick Introduction to REST - Understand Resource and ActionsStep 02 - Creating Spring Boot Project for REST with Maven and EclipseStep 03 - Creating your first Spring Boot Resource - Hello WorldStep 04 - Creating a Second Spring Boot Resource Method - Hello World BeanStep 05 - Exploring Path Params and Path Variables with Spring BootStep 06 - Getting Ready for Survey Questionnaire REST APIStep 07 - Creating First Survey Spring Boot REST API - GET all surveysStep 08 - Creating Second Survey Spring Boot REST API Method - GET a surveyStep 09 - Exploring REST API Best Practices - Request Methods and Response StatusStep 10 - Exercise - Creating Survey Question related Spring Boot REST API MethodsStep 11 - Creating Spring Boot REST API to create Survey Question - POSTStep 12 - Improving POST Method - Status CREATED and Location HeaderStep 13 - Implementing Spring Boot REST API Method to DELETE a QuestionStep 14 - Implementing Spring Boot REST Method to Update a Question - PUTStep 15 - Setting up Spring Boot Data JPA with H2 Database and User EntityStep 16 - Exploring Spring Boot Data JPA using Command Line RunnerStep 17 - Creating User REST API with Spring Boot Starter RestStep 18 - Writing Your First Spring Boot Integration TestStep 19 - Writing Asserts for JSON in Spring Boot Tests - JsonAssertStep 20 - Improving JUnit Asserts for Spring Boot Integration TestStep 21 - Writing Spring Boot Integration Test for GET method returning ListStep 22 - Writing Spring Boot Integration Test for POST method creating a QuestionStep 23 - Understanding JUnit Best Practice - Have ZERO Side EffectsStep 24 - Writing Your First Spring Boot Mock MVC Unit TestStep 25 - Improving Asserts for Spring Boot Mock MVC Unit TestStep 26 - Writing Spring Boot Mock MVC Unit Test for POST MethodStep 27 - Getting Started with Spring Boot Starter SecurityStep 28 - Configuring Spring Security for Spring Boot REST APIStep 29 - Fixing Spring Boot Unit and Integration Tests

Who this course is for:
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


Learn Spring Boot 3 In 100 Steps - No 1 Java Framework


For More Courses Visit & Bookmark Your Preferred Language Blog
From Here: English - Français - Italiano - Deutsch - Español - Português - Polski - Türkçe - Русский