Logo
flag

Spring 6 & Spring Boot 3 for Beginners (Includes 5 Projects)

Logo

Please rate the course

0.0
Source:
Language:
English
Duration:
34:24:54
Number of lessons:
298
Release date:
13/04/2023
Rating:
0.0

Course short description

In this course, you will learn Spring Framework Core 6, Spring Boot 3, REST API, Spring MVC, WebFlux, Spring Security, Spring Data JPA, Docker, Thymeleaf, IntelliJ IDEA, Maven, and Building Projects

No Spring framework experience is needed, I will teach you all the Spring framework core features so that you will understand Spring Boot in-depth and how it works behind the scenes.


What is Spring Boot?

Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations required for setting up a Spring application.

Spring Boot is an opinionated framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again.

What is Spring MVC?

  1. Spring MVC is a popular module in Spring Framework and it is used to develop web applications as well as RESTful web services.
  2. Spring MVC is called a web framework because it provides all the required components to develop a complete web application.
  3. The Spring MVC framework provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications

What is Thymeleaf?

Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTMLXMLJavaScriptCSS, and even plain text.

The main goal of Thymeleaf is to provide an elegant and highly-maintainable way of creating templates.

It's commonly used to generate HTML views for web applications.

Thymeleaf is a very popular choice for building UI so we will be using Thymeleaf to build the view layer in the Spring MVC web application (Blog App).

Write your comment

Logo