All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
6 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
6 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Ways to get up and running with Spring Boot
  • Understand how Spring and Spring Boot works
  • Work with Spring Profiles and Spring Configuration
  • Develop Spring MVC Application from scratch
  • Connect to databases with Spring Data and JPA
  • Create repositories and manage entities
  • Develop a full-fledged RESTful API
  • Understand HTTP Request and Response lifecycles
  • Work with REST Template, Neflix Feign Client and Eureka Server
  • Develop a full-featured Spring MVC CRUD application with latest technologies
  • See changes instanlty with Spring Dev Tools and LiveReload
  • Document your RESTful API with Swagger
  • Schedule actions and events with Spring Scheduler
  • Template and send emails with Thymeleaf and Spring Mail

Do you want to become a Spring Developer with lots of high-demand skillsets in your toolbox? Do you want to learn how Spring Framework and Spring Boot works? You should definitely join me where we will be diving deep into the Spring Framework and Spring Boot and develop Spring MVC, Spring Data, Spring REST applications and much more starting from scratch!
 
List of technologies we will cover in this course is huge. Covering everything with Spring technology stack, to combine all the technologies we learned, we will buid a full-featured, production-grade Spring MVC CRUD application where we will use Spring Data, Spring REST, Spring MVC, Thymeleaf, HTML5, CSS3 and Bootstrap! So we will also get a taste of UI and Front-End development too with Spring!
 
First, we will start by setting up our development environment. To set things up, I will show you how you can prepare your environment both on Windows and MacOS. We'll then learn and understand how Spring Framework and Spring Boot works. We will discover the architecture of Spring Framework and Spring Boot and how everything amazingly work together and handled by the framework itself. We will make use of Spring Initializr to create all of our applications and I will teach you how you can make the most out of it. We will use both use IDE version of Spring Initializr and also start dot spring dot io. We will also learn to how to build and package our application with Maven. Then we will start by developing our first Spring Boot application! After our first application, we will start digging into Spring Boot more and learn how Dependency Injection(DI) and Inversion of Control(IoC) works. Learning DI and IoC is a crucial process in learning how Spring works and to actually work with it. When we understand DI and IoC, we will discover the world of Spring Profiles and Spring Configuration. We will activate profiles and learn how to configure our application for our specific needs.
 
When we grasp the inner workings of Spring, we will start developing our first web application with Spring MVC and Thymeleaf. When we're implementing, you will understand what each and every component is and how to handle static content like Javascript, CSS, Images and much more in our application. Most importantly, you will understand what templating is and how to dinamicaly bind data to HTML pages.
 
After we finish our first Spring MVC application, we will learn and understand how Spring Data and JPA works and to actually implement them, we will connect to databases, create entities and repositories and persist data with Spring Data and JPA.
 
On top of Spring Data, we will build a RESTful API following the standards in the real-world use-cases. We will create controllers and implement all the important HTTP operations such as GET, POST, PUT and DELETE. After finishing our implementation, we will take safety measures for our RESTful API and implement ControllerAdvice and error-handling. After handing errors for our RESTful API, we will take a step back and refactor our code.
 
When we finish developing our RESTful API, we will take a bold step ahead and combine all the knowledge we had throughout the course to develop a full-featured Spring MVC CRUD application with a beautiful UI! We'll make use of Spring Boot, Spring Data, Spring REST, Spring MVC, Thymeleaf, HTML5, CSS3, Bootstrap and much more!
 
We are not done yet! At the end of "Bring it All Together" section. We will move on with "Extras" section where we will discover lots of other great technologies and libraries we can use in our applications. To see our changes in any application and most importantly in web applications, we will discover Spring Dev Tools and Live Reload. We will also nicely document our RESTful API with Swagger where we can navigate and interact with our API. To understand the metrics of our application, we will discover Spring Actuator and kepp track of everything going on with our application. We will also learn another cool feature of Spring as it is the Spring Scheduler. With Spring Scheduler, it is really easy to schedule and trigger actions for specific timelines in any application. Then we will discover the beauty of Project Lombok to get rid of lots of boilerplate code in our application. And finaly, we will combine Thymeleaf with Spring Email capabilities to template and deliver HTML5 emails from our application.
 
Again, we have a huge list of technologies that we are going to cover in this course. Spring is in huge demand these days thanks to Spring Boot and all of its offerings. If you want to jumpstart your career with Spring then join me in this course and take a huge step forward for becoming an amazing Spring Developer!

  • Students should be familiar with Java Programming Language
  • A computer that can run Java and any Java IDE like IntelliJ or Eclipse
  • Students who want to jumpstart their career as a Spring Developer
  • Students want to learn Spring and Spring Boot
  • Students new to Spring and Spring Boot technologies
  • Experienced developers who want to learn Spring Framework and Spring Boot technologies
View More...
  • Section 1 : Introduction 5 Lectures 00:16:59

    • Lecture 1 :
    • Lecture 2 :
    • What Will You Learn
    • Lecture 3 :
    • What is Spring
    • Lecture 4 :
    • What is Spring Boot
    • Lecture 5 :
    • Section Overview
  • Section 2 : Setting Development Environment 8 Lectures 00:12:57

    • Lecture 1 :
    • Setting Up Development Environment
    • Lecture 2 :
    • Installing Java on Windows
    • Lecture 3 :
    • Installing IntelliJ on MacOS
    • Lecture 4 :
    • IDE Options
    • Lecture 5 :
    • Installing IntelliJ on Windows
    • Lecture 6 :
    • Installing Java on MacOS
    • Lecture 7 :
    • Section Overview
    • Lecture 8 :
    • All Source Code For Spring Boot
  • Section 3 : Get Started with Spring Boot 6 Lectures 00:22:52

    • Lecture 1 :
    • Creating the First Spring Boot application using Spring Initialzr
    • Lecture 2 :
    • Spring Initializr
    • Lecture 3 :
    • Maven Overview
    • Lecture 4 :
    • Packaging with Maven
    • Lecture 5 :
    • Exercise
    • Lecture 6 :
    • Section Overview
  • Section 4 : Fundamentals of Spring Boot 5 Lectures 00:22:49

    • Lecture 1 :
    • Dependency Injection and Inverison of Control
    • Lecture 2 :
    • Spring Boot Application Lifecycle
    • Lecture 3 :
    • Application Properties and Alternatives
    • Lecture 4 :
    • Spring Profiles and Spring Configuration
    • Lecture 5 :
    • Section Overview
  • Section 5 : Spring MVC with Spring Boot 6 Lectures 00:13:18

    • Lecture 1 :
    • Developing a Spring MVC Application Overview
    • Lecture 2 :
    • Resources and Static Content
    • Lecture 3 :
    • Templating and Template Engines
    • Lecture 4 :
    • Demo- Thymeleaf
    • Lecture 5 :
    • Exercise-Build Your Spring Thymeleaf Application
    • Lecture 6 :
    • Section Overview
  • Section 6 : Spring Data with Spring Boot 10 Lectures 01:52:22

    • Lecture 1 :
    • Spring Data
    • Lecture 2 :
    • H2 In-Memory Database
    • Lecture 3 :
    • Creating Entities and Repositories
    • Lecture 4 :
    • Reading and Querying Data with JPA-1
    • Lecture 5 :
    • Reading and Querying Data with JPA-2
    • Lecture 6 :
    • Saving with JPA
    • Lecture 7 :
    • Deleting with JPA
    • Lecture 8 :
    • Updating with JPA
    • Lecture 9 :
    • Exercise
    • Lecture 10 :
    • Section Overview
  • Section 7 : APIs with Spring Boot( Results) 16 Lectures 03:06:22

    • Lecture 1 :
    • REST APIs Introduction
    • Lecture 2 :
    • HTTP Request Types
    • Lecture 3 :
    • HTTP Response Codes
    • Lecture 4 :
    • HTTP Clients
    • Lecture 5 :
    • GET with Spring REST
    • Lecture 6 :
    • POST with Spring REST
    • Lecture 7 :
    • PUT with Spring REST
    • Lecture 8 :
    • DELETE with Spring REST
    • Lecture 9 :
    • REST API Elements Explained
    • Lecture 10 :
    • Refactoring the REST API - Part 1
    • Lecture 11 :
    • Refactoring the REST API - Part 2
    • Lecture 12 :
    • REST with REST Template
    • Lecture 13 :
    • Feign Client with Eureka Server - Part 1
    • Lecture 14 :
    • Feign Client with Eureka Server(00h16m21s-00h35m31s)
    • Lecture 15 :
    • Exercise - Build Your Own RESTful API
    • Lecture 16 :
    • Section Overview
  • Section 8 : Bring It All Together - Let's Build a CRUD Application 10 Lectures 01:44:53

    • Lecture 1 :
    • CRUD Application Overview
    • Lecture 2 :
    • Bootstrapping the Application
    • Lecture 3 :
    • Navigation and Index Page with HTML5, CSS3 and Bootstrap
    • Lecture 4 :
    • Create Product Page
    • Lecture 5 :
    • Listing Products
    • Lecture 6 :
    • Updating Product
    • Lecture 7 :
    • Deleting Product
    • Lecture 8 :
    • Reviewing Our Spring MVC Application
    • Lecture 9 :
    • Exercise
    • Lecture 10 :
    • Section Overview
  • Section 9 : Conclusion 2 Lectures 00:03:49

    • Lecture 1 :
    • What We_ve Learned and What Comes Next
    • Lecture 2 :
    • A Huge Thank You!
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

532002 Course Views

9 Courses

Hi, I'm Niyazi ErdoÄŸan. I'm a software engineer and AWS Certified Solutions Architect with over ten years of experience in various fields. I'm living in one of the most beautiful cities in the world, Istanbul. I'm a self-taught programmer and I've been programming since I was in middle-school. My experience ranges from embedded development to server-side and client-side development technologies.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • the-extreme-web-development-course

    The Extreme Web Development Course

    By : Paul Carlo Tordecilla

    Lectures 124 Beginner 4:26:22
  • develop-your-own-chrome-extension-firefox-plugin

    Develop your own Chrome Extension &...

    By : Harshit Srivastava

    Lectures 15 Beginner 2:1:54
  • the-ultimate-codeigniter-3-course

    The Ultimate Codeigniter 3 Course

    By : Paul Carlo Tordecilla

    Lectures 23 Beginner 2:17:35
  • superb-advance-javascript-become-javascript-professional

    Superb Advance Javascript - Become ...

    By : Paul Carlo Tordecilla

    Lectures 28 Beginner 1:28:39
  • application-development-with-ibm-watson

    Application development with IBM Wa...

    By : Harshit Srivastava

    Lectures 14 Intermedite 1:42:29
  • learn-react-16-and-redux-by-building-real-world-application

    Learn React 16 and Redux by buildin...

    By : Haider Malik

    Lectures 74 Beginner 6:46:11

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.