Learn Spring Framework The Easy And Fun Way! [New]
Published 10/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 8.47 GB | Duration: 21h 59m
Become a Pro in Spring Framework, Spring Boot, and Hibernate: Your Path to High-Demand Skills and Career Success!
What you'll learn
Comprehensive Understanding of Spring Framework: You will gain a solid understanding of the core concepts and components of the Spring Framework.
Building RESTful Services with Spring Boot: Enabling you to leverage its auto-configuration and starter dependencies for rapid application development.
Web Application Development with Spring MVC: Mastering concepts such as request handling, model-view-controller architecture, and form validation.
Data Management with Hibernate: You'll learn to integrate Hibernate, enabling efficient database interactions and CRUD operations while maintaining performance.
Requirements
Basic Java Knowledge
Willingness to Learn
Description
Do you want to learn how to build powerful web applications and land a rewarding job? The Spring Framework and its ecosystem are essential tools for creating robust applications and services. With Spring, you can simplify development and create applications that run seamlessly across platforms.Now is a great time for Spring developers, with numerous job opportunities and freelance gigs available. This course is taught by experienced instructors certified by Oracle, who have guided over 500,000 happy learners and received thousands of 5-star reviews.You'll dive deep into Spring Framework, Spring Boot, Spring MVC, and Hibernate, with the latest updates included. Each topic is broken down with simple and practical examples to help reinforce your learning.Mastering these technologies can open exciting doors in the tech industry. Spring is widely adopted by employers, making these skills highly valuable. This course not only provides you with essential knowledge but also offers hands-on practice to solidify your skills.Whether you're a complete beginner or looking to enhance your existing knowledge, this course is designed for all learners. Don't miss this opportunity to boost your career and become part of the vibrant Spring development community.Enroll today and embark on your journey to mastering these in-demand skills!
Overview
Section 1: Introduction
Lecture 1 Spring Initializr - Part 1
Lecture 2 Spring Initializr - Part 2
Lecture 3 Spring Boot - Create a REST Controller
Lecture 4 Maven
Lecture 5 Maven Project Structure
Lecture 6 Maven Concepts
Lecture 7 Spring Boot Project Structure - Part 1
Lecture 8 Spring Boot Project Structure - Part 2
Lecture 9 Spring Boot Starters
Lecture 10 Spring Boot Starter Parent
Lecture 11 Spring Boot Dev Tools
Lecture 12 Spring Boot Dev Tools - Coding
Lecture 13 Spring Boot Actuator
Lecture 14 Spring Boot - Accessing EndPoints
Lecture 15 Spring Boot - Securing Endpoints
Lecture 16 Spring Boot - Securing Endpoints - Coding
Lecture 17 Injecting Custom Properties
Lecture 18 Injecting Custom Properties - Coding
Lecture 19 Configuring Spring Boot Server
Lecture 20 Configuring Spring Boot Server - Coding
Section 2: Spring Boot - Inversion of Control and Dependency Injection
Lecture 21 Inversion of Control
Lecture 22 Spring Dependency Injection - Part 1
Lecture 23 Spring Dependency Injection - Part 2
Lecture 24 Constructor Injection
Lecture 25 Constructor Injection - Coding - Part 1
Lecture 26 Constructor Injection - Coding - Part 2
Lecture 27 Scanning Components
Lecture 28 Scanning Components - Coding
Lecture 29 Injecting Setters
Lecture 30 Injecting Setters - Coding
Lecture 31 Injecting Fields
Lecture 32 Qualifiers
Lecture 33 Qualifiers - Coding
Lecture 34 Primary Annotation
Lecture 35 Primary Annotation - Coding
Lecture 36 Lazy Initialization
Lecture 37 Lazy Initialization - Coding
Lecture 38 Bean Scopes
Lecture 39 Bean Scopes - Coding - Part 1
Lecture 40 Bean Scopes - Coding - Part 2
Lecture 41 Bean Lifecycle Methods
Lecture 42 Bean Lifecycle Methods - Coding
Lecture 43 Configuring Beans
Lecture 44 Configuring Beans - Coding
Section 3: Hibernate and JPA
Lecture 45 JPA and Hibernate
Lecture 46 JPA, JDBC and Hibernate
Lecture 47 Development Environment Setup
Lecture 48 Database Table - Setup
Lecture 49 Database Table - Coding
Lecture 50 Spring Boot Setup
Lecture 51 Spring Boot Setup - Coding - Part 1
Lecture 52 Spring Boot Setup - Coding - Part 2
Lecture 53 JPA Annotations
Lecture 54 JPA Annotations - Coding
Lecture 55 Using JPA
Lecture 56 Using JPA - Coding
Lecture 57 Primary Keys
Lecture 58 Changing Index of MySQL
Lecture 59 Retrieving Objects with JPA
Lecture 60 Retrieving Objects with JPA - Coding
Lecture 61 Querying Objects with JPA
Lecture 62 Querying Objects with JPA - Coding Part 1
Lecture 63 Querying Objects with JPA - Coding Part 2
Lecture 64 Updating Objects with JPA
Lecture 65 Updating Objects with JPA - Coding
Lecture 66 Deleting Objects with JPA
Lecture 67 Deleting Objects with JPA - Coding
Lecture 68 Creating Database Tables
Lecture 69 Creating Database Tables - Coding
Section 4: REST APIs
Lecture 70 REST Services
Lecture 71 JSON
Lecture 72 Spring Boot REST HTTP
Lecture 73 Postman
Lecture 74 Spring Boot REST Controller
Lecture 75 Spring Boot REST Controller - Coding - PART 1
Lecture 76 Spring Boot REST Controller - Coding - PART 2
Lecture 77 Data Binding
Lecture 78 Spring Boot REST
Lecture 79 Spring Boot REST - Coding
Lecture 80 Path Variables
Lecture 81 Path Variables - Coding
Lecture 82 Spring Boot Exception Handling
Lecture 83 Spring Boot Exception Handling - Coding - Part 1
Lecture 84 Spring Boot Exception Handling - Coding - Part 2
Lecture 85 Spring Boot Global Exception Handler
Lecture 86 Spring Boot Global Exception Handler - Coding
Lecture 87 REST APIs
Lecture 88 Spring Boot Project
Lecture 89 Spring Boot - Teacher DAO
Lecture 90 Spring Boot - Teacher DAO - Coding - Part 1
Lecture 91 Spring Boot - Teacher DAO - Coding - Part 2
Lecture 92 Spring Boot - Service
Lecture 93 Spring Boot - Service - Coding
Lecture 94 Spring Boot DAO
Lecture 95 Spring Boot DAO - Coding - Part 1
Lecture 96 Spring Boot DAO - Coding - Part 2
Lecture 97 Spring Boot - Retrieving a Single Teacher - Coding
Lecture 98 Spring Boot - Adding a Teacher - Coding
Lecture 99 Spring Boot - Updating a Teacher - Coding
Lecture 100 Spring Boot - Deleting a Teacher - Coding
Lecture 101 Spring Data JPA
Lecture 102 Spring Data JPA - Coding
Lecture 103 Spring Data REST
Lecture 104 Spring Data REST - Coding - Part 1
Lecture 105 Spring Data REST - Coding - Part 2
Lecture 106 Spring Data REST Pagination and Sorting
Lecture 107 Spring Data REST Pagination and Sorting - Coding
Section 5: Spring Framework - Security
Lecture 108 REST API Security
Lecture 109 REST API Security - Coding
Lecture 110 REST API Security - Configuration
Lecture 111 REST API Security - Configuration - Coding
Lecture 112 REST API Security - Restrict Content
Lecture 113 REST API Security - Restrict Content - Coding - Part 1
Lecture 114 REST API Security - Restrict Content - Coding - Part 2
Lecture 115 REST API Security - Restrict Content - Coding - Part 3
Lecture 116 JDBC Authentication
Lecture 117 JDBC Authentication - Coding - Part 1
Lecture 118 JDBC Authentication - Coding - Part 2
Lecture 119 BCrypt Encryption
Lecture 120 BCrypt Encryption - Coding
Lecture 121 REST API Security - Custom Tables
Lecture 122 REST API Security - Custom Tables - Coding
Section 6: Spring MVC
Lecture 123 Thymeleaf
Lecture 124 Thymeleaf - Coding - Part 1
Lecture 125 Thymeleaf - Coding - Part 2
Lecture 126 Thymeleaf and CSS
Lecture 127 Thymeleaf and CSS - Coding
Lecture 128 Spring MVC
Lecture 129 Spring MVC - Form
Lecture 130 Spring MVC - Form - Coding - Part 1
Lecture 131 Spring MVC - Form - Coding - Part 2
Lecture 132 Spring MVC Model
Lecture 133 Spring MVC Model - Coding
Lecture 134 Request Params
Lecture 135 GetMapping and PostMapping
Lecture 136 GetMapping and PostMapping - Coding
Lecture 137 Data Binding - Text Fields
Lecture 138 Data Binding - Text Fields - Coding
Lecture 139 Data Binding - Drop-Down Lists
Lecture 140 Data Binding - Drop-Down Lists - Coding - Part 2
Lecture 141 Data Binding - Radio Buttons
Lecture 142 Data Binding - Radio Buttons - Coding - Part 2
Lecture 143 Data Binding - Check Boxes
Lecture 144 Data Binding - Check Boxes - Coding - Part 1
Lecture 145 Data Binding - Check Boxes - Coding - Part 2
Lecture 146 Spring MVC Validation - Setup
Lecture 147 Spring MVC Validations
Lecture 148 Spring MVC Validations - Coding - Part 1
Lecture 149 Spring MVC Validations - Coding - Part 2
Lecture 150 Spring MVC Validations - Coding - Part 3
Lecture 151 Spring MVC Validations
Lecture 152 Spring MVC Validations - Coding
Lecture 153 Spring MVC Validations
Lecture 154 Spring MVC Validations -Coding
Lecture 155 Spring MVC Custom Validations
Lecture 156 Spring MVC Custom Validations - Coding - Part 1
Lecture 157 Spring MVC Custom Validations - Coding - Part 2
Section 7: Spring Framework - CRUD Project
Lecture 158 CRUD Project
Lecture 159 CRUD Project - Setup
Lecture 160 CRUD Project - Get Teachers - Coding - Part 1
Lecture 161 CRUD Project - Get Teachers - Coding - Part 2
Lecture 162 CRUD Project - Get Teachers - Coding - Part 3
Lecture 163 CRUD Project - Add Teachers
Lecture 164 CRUD Project - Add Teachers - Coding - Part 1
Lecture 165 CRUD Project - Add Teachers - Coding - Part 2
Lecture 166 CRUD Project - Update Teachers
Lecture 167 CRUD Project - Update Teachers - Coding
Lecture 168 CRUD Project - Delete Teachers
Lecture 169 CRUD Project - Delete Teachers - Coding
Section 8: Spring MVC Security
Lecture 170 Spring MVC Security
Lecture 171 Project Setup - Part 1
Lecture 172 Project Setup - Part 2
Lecture 173 Spring MVC Security Configuration
Lecture 174 Spring MVC Security Configuration - Coding
Lecture 175 Login Form
Lecture 176 Login Form - Coding - Part 1
Lecture 177 Login Form - Coding - Part 2
Lecture 178 Login Form - Coding - Part 3
Lecture 179 Logout Form
Lecture 180 User ID and Roles - Coding
Lecture 181 Restrict Content
Lecture 182 Restrict Content - Coding - Part 1
Lecture 183 Restrict Content - Coding - Part 2
Lecture 184 Custom Access Denied Page
Lecture 185 Restrict Content Based on Roles
Lecture 186 JDBC Authentication
Lecture 187 JDBC Authentication - Coding - Part 1
Lecture 188 JDBC Authentication - Coding - Part 2
Lecture 189 BCrypt Encryption
Lecture 190 BCrypt Encryption - Coding
Lecture 191 JDBC Authentication - Costum Tables - Coding
This course is ideal for aspiring developers, software engineers, and tech enthusiasts looking to enhance their skills in modern Java web development. Whether you're a beginner eager to learn Spring and Hibernate or an experienced programmer seeking to deepen your knowledge of Spring Boot and MVC frameworks, you will find valuable insights and practical applications to advance your career.
https://fikper.com/DuvnFCjIQj/ https://fikper.com/YcixMCA8EC/ https://fikper.com/57xs7z54qb/ https://fikper.com/W7M5b3t7nG/ https://fikper.com/kthizTB5GA/
https://fileaxa.com/hhqjykfjbttm https://fileaxa.com/t4zowpqemloa https://fileaxa.com/5nhwkafwilvc https://fileaxa.com/ahvr12sm0fof https://fileaxa.com/q7i7sppflllv
https://rapidgator.net/file/8b4ab0686b1f03e1340e3bbb81564e43/ https://rapidgator.net/file/f67014a2bd4f1aaddaedb58d1ed0a5aa/ https://rapidgator.net/file/fc0bf3ce386cf77498c6380ef389bd36/ https://rapidgator.net/file/7df44c3a32e48ff4de7e62793614b5e5/ https://rapidgator.net/file/0e1e79ea29e327cd9d95966f3b6fed1a/
https://turbobit.net/51xsye3k4bhw.html https://turbobit.net/0f46vprojpha.html https://turbobit.net/jw1tqitlwoaa.html https://turbobit.net/7t0zabdmzk2v.html https://turbobit.net/mrxj9k9pekpx.html