Spring Boot and Thymeleaf

Get introduced to the central topics of the course.

Spring Boot

Spring Boot enables the creation of standalone Spring applications. These are applications we run without deploying to any container (like Tomcat.)

As the ...