Learn Spring & Spring Boot – 10x Productive Java Development
Learn Spring & Spring Boot – 10x Productive Java Development, available at $49.99, has an average rating of 4.15, with 74 lectures, based on 348 reviews, and has 1705 subscribers.
You will learn about 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, Netflix 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 This course is ideal for individuals who are Students who want to jumpstart their career as a Spring Developer or Students want to learn Spring and Spring Boot or Students new to Spring and Spring Boot technologies or Experienced developers who want to learn Spring Framework and Spring Boot technologies It is particularly useful for Students who want to jumpstart their career as a Spring Developer or Students want to learn Spring and Spring Boot or Students new to Spring and Spring Boot technologies or Experienced developers who want to learn Spring Framework and Spring Boot technologies.
Enroll now: Learn Spring & Spring Boot – 10x Productive Java Development
Summary
Title: Learn Spring & Spring Boot – 10x Productive Java Development
Price: $49.99
Average Rating: 4.15
Number of Lectures: 74
Number of Published Lectures: 74
Number of Curriculum Items: 74
Number of Published Curriculum Objects: 74
Original Price: $44.99
Quality Status: approved
Status: Live
What You Will Learn
- 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, Netflix 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
Who Should Attend
- 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
Target Audiences
- 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
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, CSS3and 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, PUTand 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.
Finally, do
not forget that Udemy offers you the lifetime access to course contents from
either desktop, tablet and your mobile. By taking this course, you can learn
Spring technologies anywhere at your own pace and play again and again to grasp
every single detail!
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!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Welcome
Lecture 2: About This Course
Lecture 3: What is Spring?
Lecture 4: What is Spring Boot?
Lecture 5: Section Overview
Chapter 2: Setting Up Your Development Environment
Lecture 1: Setting Up Development Environment
Lecture 2: Installing Java on Windows
Lecture 3: Installing Java on MacOS
Lecture 4: IDE Options
Lecture 5: Installing Intellij IDEA on Windows
Lecture 6: Installing Intellij IDEA on MacOS
Lecture 7: Section Overview
Chapter 3: Let’s Get Started with Spring Boot
Lecture 1: Creating Our First Spring Boot Application – Hello World
Lecture 2: Spring Inıtializr
Lecture 3: Maven Overview
Lecture 4: Packaging Basics: Make Your App an Executable JAR with Maven
Lecture 5: Exercise – Build Your Very First Application
Lecture 6: Section Overview
Chapter 4: Fundamentals of Spring Boot
Lecture 1: Dependency Injection and Inversion 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
Chapter 5: Spring MVC with Spring Boot
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 Own Spring MVC Application
Lecture 6: Section Overview
Chapter 6: Spring Data with Spring Boot
Lecture 1: Introduction to JPA and Spring Data
Lecture 2: H2 In-Memory Database Overview
Lecture 3: Creating Entities With JPA
Lecture 4: Creating Repositories and Persisting Data with JPA and Spring Data
Lecture 5: Reading and Querying Data with JPA and Spring Data
Lecture 6: Different Ways to Query Data with JPA and Spring Data
Lecture 7: Updating Data with JPA and Spring Data
Lecture 8: Deleting Data with JPA and Spring Data
Lecture 9: Exercise: Build Your Own Spring Data Application
Lecture 10: Section Overview
Chapter 7: RESTful APIs with Spring Boot
Lecture 1: Introduction to RESTful APIs
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
Lecture 11: Refactoring the REST API – Part 2
Lecture 12: REST with REST Template
Lecture 13: REST with Netflix's Feign Client and Eureka Server Registration
Lecture 14: Developing a Feign Client for HTTP Requests with Eureka Server
Lecture 15: Exercise: Build Your Own REST API
Lecture 16: Section Overview
Chapter 8: Bring It All Together – Let's Build a CRUD Application
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 Page
Lecture 6: Updating Product Page
Lecture 7: Deleting Product
Lecture 8: Reviewing our Spring MVC Application
Lecture 9: Exercise: Build Your Own CRUD Application
Lecture 10: Section Overview
Chapter 9: Extras
Lecture 1: See Your Changes Instantly – Spring DevTools and LiveReload
Lecture 2: Document Your RESTful API – Swagger
Lecture 3: Get to Know Your Application Better – Spring Actuator
Lecture 4: Schedule Actions – Spring Scheduler
Lecture 5: Get Rid of Some More Boilerplate Code – Project Lombok
Lecture 6: Template Emails and Deliver – Spring Email and Thymeleaf
Lecture 7: Section Overview
Chapter 10: Conclusion
Lecture 1: What We've Learned and What Comes Next?
Lecture 2: A Huge Thank You!
Instructors
-
Niyazi Erdogan
AWS Certified Solutions Architect, Software Engineer
Rating Distribution
- 1 stars: 12 votes
- 2 stars: 9 votes
- 3 stars: 46 votes
- 4 stars: 117 votes
- 5 stars: 164 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024